Hacker News new | ask | show | jobs
by streetcat1 2474 days ago
Most of the ideas of the service mesh came from Netflix. You should watch the orignal netflix lectures.

You are confusing the enterprise service bus architecture and micro service architecture.

Async architecture is not always the right answer. If you need it, than the recommended architecture is to use a center event log (i.e. kafka) and feed all the services from it.