Hacker News new | ask | show | jobs
by polskibus 2169 days ago
What do you use for your event sourcing? Do you use Akka/Akka.NET Persistence or some other application framework?
1 comments

We use Debezium and Kafka, it's been really nice.
Do you just process events it for analytics or do you actually perform rehydrating application state or replicating application state?