Hi all,
I think the most convenient way consuming of persisted events is using eventsByTag, so I have a dilemma of tagging events, for example I see two options:
1. by bounded context (like inventory, customer etc)
2. by account id
In the second case you can expect a lot of consumers, let's say 500 000, so I have some concerns about scalability..., do you see any problems with this approach specifically with cassandra or it's better use as less consumers as possible and then delegate replaying work to other code?
Thanks.