Goldilocks Microservices


How to structure microservices?

When structuring microservices we have to consider;
  • how fine grain should our components be?
  • how distributed should they be?
I believe it’s important to treat these as separate concerns, even to the extent of ensuring your business logic components are not dependant on the choice of transport, or even whether you have a transport at all.
https://vanilla-java.github.io/2016/06/30/Goldilocks-Microservices.html

Comments

  1. http://stackoverflow.com/questions/10254456/effectively-immutable-object

    Hi Peter,
    Could you please explain the behaviour in this case?

    ReplyDelete

Post a Comment

Popular posts from this blog

Java is Very Fast, If You Don’t Create Many Objects

System wide unique nanosecond timestamps

Comparing Approaches to Durability in Low Latency Messaging Queues