Y
Hacker News
new
|
ask
|
show
|
jobs
by
kjnilsson
1794 days ago
Log rentention is probably the main reason. Event sourcing typically would need some kind of snapshot to be calculated to replace the head of the log before it is deleted.
If you had unbounded storage you could perhaps.
1 comments
EdwardDiego
1793 days ago
Kafka's key based log compaction can be applied to this.
link