I am working on a series of applications that will be deployed as microservices. Each will have a separate database, and I'm looking for data coordination through a single, single event store / log similar to Apache Kafka. I started experimenting with Kafka, and most users seem to use kafka on a fairly large scale, with clustering and fairly complex failover settings. We do not expect that we will have a particularly large volume, so I wonder if Kafka is the right choice? This is good for kafa, or should I look for lighter alternatives, given our current scale.
source
share