At a high level, different Microservice strategies have a lot in common. They subscribe to the same ideals. When it comes to the details of how they are actually implemented, they can vary.
Microservices in the Chronicle world are designed around:
  • Simplicity- simple is fast, flexable and easier to maintain.
  • Transparency- you can’t control what you don’t understand.
  • Reproduceablity- this must be in your design to ensure a quality solution.

https://vanilla-java.github.io/2016/03/23/Microservices-in-the-Chronicle-world-Part-1.html

Comments

Popular posts from this blog

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

System wide unique nanosecond timestamps

Unusual Java: StackTrace Extends Throwable