Competing consumer model , two subscribers S1 and S2
- Event 1 goes to S1, times out and is sent to S2. S1 responds with an Ack/Park. Are all future responses about Event 1 from S1 ignored?
- Event 1 goes to s1 at time X, Event 2,3,4 go to s2 and are ack before Event 1. So Event 1 is resent back to S1 at time Y. Will the event store ignore all responses from Event 1 that was sent at time X?
Also do you have any subscribe group setting recommendation (checkpoint time, message timeout etc) for the following environment - 2 to 20 subscribers. Events are handled in separate threads. Events may be ack’ed out of order often and we would like to reduce duplicates.