Hey All,
I have been working with NServiceBus for a while now & I am seaching to dive deeper into event sourcing. I want to know about the best practices for handling large-scale events in systems with high throughput.
We are building a system that generates tons of events every minute & while NServiceBus is handling the messaging part great; I want to know how to best manage things such as event versioning and ensuring that the event store does not get unwieldy as our system grows.
I have been considering broadening my skills in cloud infrastructure and was searching into AWS DevOps Training to improve my deployment pipeline. I think this could potentially tie into how we manage our events and scalability on the cloud.
Has anyone here worked with event sourcing in NServiceBus on a large scale? How do you handle things such as storage; event replay or managing different event versions?
Thank you…