Saturday, July 6, 2019

microservices like a coral reef ecosystem

For me working microservices are simmilar to... coral reef ecosystem.

There are a lot of producers and consumers of resources...
The ubiquity of microservices in commercial sofware is very trendy today.
This is because the concept of microservices implements real SOA rules... It really do that!

Circuit-breaker? (Netfilix Hystrix?):


Service discovery? (Netfilix Eureka? Hashicorp Consul?):




Proxy and API Gateway? (Netflix Zuul?):


Security with OAuth2?


Debugging distributed chains of actions (tracing and debug)?


Data Streams? (Kafka? Spark?):