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

Microservices involve trade-offs #

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

Contents


More Related Answers

  • Microservices Transaction Management
  • Microservices Transactional Boundaries

  • Microservices involve trade-offs #

    0

    Depending on the aims, a team can compromise when implementing microservices.

    For example, when robustness is the goal of introducing microservices, the microservices have to be implemented as separate Docker containers.

    Each Docker container can crash without affecting the other ones.

    If robustness does not matter, other alternatives can be considered. For example, multiple microservices can run together as Java web applications in one Java application server. In this case, they all run in one process and therefore are not isolated in respect to robustness. Still they are independently deployable.

    A memory leak in any of the microservices will cause them all to fail.

    However, such a solution is easier to operate and therefore might be the better trade-off in the end

    https://martinfowler.com/articles/microservice-trade-offs.html

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