Hi there,
I have a question regarding running multiple nodes of the same application connected to the same axon-server (for scaling).
I try using JPATokenStore and JPASagaStore for persisting information. Does these stores need to be actually in a shared database for all application instances (nodes) or does every application instance (node) have its own database? Since i encounter sagas being replayed even tough they should not when replaying events (according to this answer: https://groups.google.com/d/msg/axonframework/_v2yuIL-lwQ/_GdC1enKBgAJ) i assume that I do something wrong.
I would be grateful if you could give me a hint on the right application layout or point me to the right place in the reference documentation.
Thanks and Best Regards,
Jakob