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

Checklist After Decompose Microservices

Anjali Sharma answered on February 2, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • How to decompose (breaking down) microservices ?
  • Microservices Security Check List
  • Microservices Check List

  • Checklist After Decompose Microservices

    0

    Microservice should do "one thing"

    No certain process that will produce the right design. But Each service should has a single responsibility.

    Think deeply about our business domain, bounded contexts and sub domain models patterns.

    ▪ Microservice size should not too big and not too small

    Start from a carefully designed domain model and group small sub models with obeying this rule. Each service is small enough that it can be built by a small team working independently.

    ▪ Avoid Chatty Communication

    When you splitting functionality into two services, if those services becomes overly chatty

    communications, then its good to combine them into 1 service.

    ▪ No Locking Dependencies

    If your services has inter-service dependencies more than 2 or 3, and if those are required to move and deploy together that means there are pain points of your design and its good to re-think again.

    ▪ It should always be possible to deploy a microservice without re-deploying any other services. Services should not be tightly coupled, and can evolve independently.

    https://medium.com/design-microservices-architecture-with-patterns/decomposition-of-microservices-architecture-c8e8cec453e

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