TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Event Sourcing: Why Kafka Is Not Suitable as an Event Store

2 pointsby leftshiftalmost 3 years ago

1 comment

raxxorraxoralmost 3 years ago
I think Kafka is primarily for streaming data in the first place. I use colloquial definitions, but streams are not events from my point of view. So something like activeMQ or rabbitMQ seems to be more fitting for event sourcing. Don&#x27;t know the tools the author did suggest.<p>But I think the most important differentiation is whether you have streams or messages.<p>That said, the ability to roll back to a previous &quot;state&quot; of an event queue is pretty nice in Kafka. But if you don&#x27;t want to scale ad infinitum a more common message broker might be more fitting for consuming events. I only used Kafka in an experiment, I have no in depth knowledge.
评论 #32188828 未加载