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

16. How to handle service composition and orchestration in a Microservices architecture?

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

Contents


More Related Answers

  • Microservices Resilience Patterns
  • What all different design patterns of Microservice?
  • What are the benefits of Microservice architectures?
  • List down the advantages of Microservices Architecture.
  • What are the key characteristics of a well-designed Microservice?
  • What is the usage of Service Aggregator Pattern in Microservices ?
  • Disadvantages of Microservice?
  • microservices communication types
  • Principles Used to Design Microservice Architecture
  • What are the characteristics of Microservices?
  • Explain the working of Microservice Architecture.
  • Write main features of Microservices
  • What are the benefits and drawbacks of Microservices?
  • What are the fundamental characteristics of a microservices design?
  • Explain the way to implement service discovery in microservices architecture.
  • In which cases microservice architecture best suited?
  • What is the role of an architect in Microservices architecture?
  • How do microservices relate to the business
  • Configuration management architecture inside microservices
  • What are the benefits and drawbacks of Microservices?
  • Microservices Data Management Patterns
  • Microservices Deployment Patterns
  • Microservices Resilience, Observability and Monitoring
  • Decomposition of Microservices Architecture
  • Microservices Decomposition Path
  • Benefits of Microservices Architecture -2
  • Microservices Deployments with Containers and Orchestrators
  • What are some examples of orchestrators for microservices deployments ?
  • When is the sidecar pattern typically used in microservices deployments ?
  • Which of the following is a microservices resilience pattern that is used to isolate different parts of an application ?

  • 16. How to handle service composition and orchestration in a Microservices architecture?

    0

    In function composition architectures, we would want at least three principles met:

    Substitution: being able to replace (or perhaps extend/modify) a component without breaking the rest of the system;

    Isolation: each component should be a black-box, no service should be aware of other services' implementation details;

    Zero-waste: since serverless is about pay-per-use, we would like to avoid a double-billing situation, for example (more on that below)

    https://dev.to/dashbird/production-ready-microservices-composition-and-orchestration-37jn

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 15 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.