5 ms·
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
by kjnilsson 5y 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.
- EdwardDiego 5y agoKafka's key based log compaction can be applied to this.