pnpolcher / test-repo

0 stars 0 forks source link

Why should I use kafka? #7

Closed tombastianello closed 2 months ago

tombastianello commented 2 months ago

How does kafka compare to other event stores?

pnpolcher commented 2 months ago

Labelling outcome: Can you please provide the repository name and issue number?

pnpolcher commented 2 months ago

Kafka is similar to other event stores and commit logs in that it allows applications to store streams of events durably and reliably for later processing. Kafka's strengths compared to other systems are its high throughput, low latency, scalability, and replication capabilities.

pnpolcher commented 2 months ago

What would I use Kafka for and what are the benefits?