Closed StuartFergusonVme closed 4 years ago
Would this be better as a bug?
We really should try and replicate this and verify if we need to do anything.
Done some digging around on this. The conenction (IEventStoreConnection) is not being dropped, but SubscriptionDropped is, which in turn drops our subscription (by design)
@StuartFergusonVme - I think this comes back to the discussion we had regarding the hosting process deciding if a subscription should be restarted
Is your feature request related to a problem? Please describe. When a subscription group is updated in the Event Store UI the group's connection is dropped, we need to reconnect when this happens
Describe the solution you'd like When a config change is made the Subscription Service should be capable of reconnecting
Describe alternatives you've considered None this is required
Additional context Nothing at this time