Hi everyone,
I trying to set up 2 process managers running the same code. But I need only one to handle the events, the other one should handle them only if the first one is disconnected, to get High Availability.
I’ve tried to set one persisted subscription, with the buffer size at maximum on a “dispatch to one” strategy. Bu I not getting a lot of “Retrying message” errors until I have to restart the event store.
What should be the right way to set 1 main process manager and the second as contingency plan?
Thanks,