|
|
|
|
|
by jkarneges
2024 days ago
|
|
Another potential misuse of Kafka I've been wondering about is how a single Kafka instance/cluster is often shared by multiple microservices. On one hand the ability to connect multiple microservices to a central message broker is convenient, but on the the other hand this goes against the microservice philosophy of not sharing subcomponents (databases, etc). I wonder where the lines should be drawn. |
|
It's all about framing and perspective, of course. But that's how I'd want to try and frame it from a system architecture point of view.