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.

Ask HN: How do you do Event Sourcing?

2 pointsby lohengrammover 8 years ago
I see a lot of people talking about Kafka, but I don&#x27;t really get how to fit it inside an Event Sourcing system.<p>What is the current state of the art (if there is such a thing) of Event Sourcing?

1 comment

dozzieover 8 years ago
In event sourcing you need to somehow pass around <i>events</i>, which are arbitrary <i>data</i> that describe necessary change of the state. Kafka is a message router&#x2F;forwarder, with message being an arbitrary <i>data</i>. No go figure where does that fit.
评论 #13247353 未加载