Using Ncqrs, is there a way to replay every single event ever happened (all aggregate types) and feed these through my denormalizers in order to recrea开发者_运维技巧te the whole read model from scrat
How do I store events as part of setting up my tests? Currently I\'m initializing application state by sending commands like this:
In preparation of a future application design, I\'ve started some investigations on CQRS-style applications and especially Ncqrs.
I have a function that finds any ISO 8859-1 symbol within a given string, and tries converting it to its proper meaning. However, I get question marks instead where I\'d like actual values lik开发者_如