Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

API gateway and service invocation mechanism support

Pragya Keshap answered on February 18, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • What is API Gateway Pattern in Microservices?
  • usage of API gateways
  • API Gateway
  • Explain the API Gateway pattern
  • Drawbacks of the API Gateway pattern
  • Main Reasons of Why should use API Gateway
  • API Gateway Pattern - Summarized
  • Request Flow of API Gateway Pattern
  • What is the primary role of an API Gateway ?
  • How does an API Gateway help to improve the performance of a microservice-based application ?
  • Which of the following is NOT related to API Gateway Pattern ?
  • APIS - APIS THROUGH AN API GATEWAY LAYER
  • options for api gateway and authorization server
  • API Gateway for calling backend services
  • API Gateway Restful API Development with Synchronous Invocations
  • Developing Ordering Microservice Sync Invocation from Api Gateway with AWS SDK
  • Introducing an API gateway
  • Which one is wrong about Api Gateway?

  • API gateway and service invocation mechanism support

    0

    In microservice-based architectures, a service can communicate to other services for a business task by using an inter-service communication mechanism, as discussed in Chapter 4: Inter-Service Communication. There are two approaches to inter-service communication. One approach is a synchronous mechanism, such as REST calls or Apache Thrift and gRPC. The other approach is an asynchronous mechanism, such as a message-driven or event-driven implementation, via a message broker such as JMS, AQMP, RabbitMQ, and Apache Kafka.

    An API gateway will need to support a variety of communication mechanisms, but it can also translate calls between different types of protocol. Please note, however, that it must support a protocol's diversity of multiple microservice usage.

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 18 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.