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

microservices communication types

Anjali Sharma answered on January 7, 2023 Popularity 9/10 Helpfulness 2/10

Contents


More Related Answers

  • When to choose Microservice?
  • Microservices Resilience Patterns
  • what is microservice
  • What are the benefits of Microservice architectures?
  • What are the ways of testing the security of microservices?
  • Advantages of Microservice?
  • In what kind of application we should use microservices?
  • Disadvantages of Microservice?
  • microservices meaning
  • What are microservices?
  • What are the characteristics of Microservices?
  • Explain how independent microservices communicate with each other.
  • Explain the working of Microservice Architecture.
  • Write main features of Microservices
  • Write main components of Microservices
  • What are the fundamental characteristics of a microservices design?
  • What do you know about Microservices?
  • How do microservices relate to the business
  • Microservices – Definition, Principles and Benefits
  • Configuration management architecture inside microservices
  • Which of the following technologies are commonly used to implement microservices?
  • Microservice Strategies
  • Microservices Communications
  • Decomposition of Microservices Architecture
  • What is Microservices Resiliency ?
  • What is the preferred type of communication between Microservices?
  • What are the most significant benefits of using microservices?
  • What are the different points to consider for security in Microservices?
  • What is Idempotency of a Microservice operation?

  • microservices communication types

    0

    These are the differences between them:

    Synchronous protocol. It is characterized for being a system that implies isolating each microservice as much as possible, since sub-processes get locked. HTTP/HTTPS would be a typical example of asynchronous microservice communication protocol, where the client can only continue its operation when it receives a response from the server.

    Asynchronous protocol. In this case, the sub-processes are not locked and protocols that are compatible with many operating systems and cloud environments are used. One example would be the AMQP protocol, where the client’s or message sender’s code usually does not wait for a reply. What is does is simply send a message to a RabbitMQ queue or any other messaging agent.

    Popularity 9/10 Helpfulness 2/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Jan 07 2023
    Anjali Sharma
    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.