Competing consumers

Hi Greg,

Has anything more happened with exposing this?

I have just been working through the code to see how this would work. Is the idea that we could provide our own implementations of ISubsystem: https://github.com/EventStore/EventStore/blob/dev/src/EventStore/EventStore.Core/ISubsystem.cs

And then subscribe to the StateChangeMessage to detect when the node has become master?

https://github.com/EventStore/EventStore/blob/dev/src/EventStore/EventStore.Projections.Core/Services/Management/ProjectionCoreCoordinator.cs#L44

cheers

Andrew

This will be coming out over the summer. There is a bit more to it than what is mentioned (dealing with slow/dead clients etc)