admin管理员组文章数量:1123364
I have a service that performs create, update, and delete operations on large aggregates (over 100 fields with nested structures). The service uses the outbox pattern, where each operation generates a snapshot that is subsequently streamed to Kafka. While each update only affects a few fields, I need to trace how specific parameters have changed over time.
Although I have access to all snapshots, it can be cumbersome to manually determine how a particular parameter has changed. In event sourcing, snapshots are built periodically; however, my challenge is to reverse-engineer this process and derive a history of changes from existing snapshots.
Can anyone provide advice or best practices on how to effectively accomplish this? Thank you!
本文标签: architectureHow to Derive Change History from Snapshots in an Outbox PatternStack Overflow
版权声明:本文标题:architecture - How to Derive Change History from Snapshots in an Outbox Pattern? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736563245a1944671.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论