Hello!
I’m using EventStore 3.8.1 and Java8 client. I have some problems with persistent subscriptions.
Description:
I have streams that has the next name structure account-{id} and I created persistent subscription that maps to $ce-account stream. On this step everything works perfectly (look at the image 1),
but after I changed settings for the persistent subscription by ui interface, all connection were lost (image2) and clients didn’t recieve messages anymore (but clients connected, I can see it on the main page, look at the image 3) and my applications and after restart (event store, applications) connections weren’t come back.
What is it? Bug ot feature? Thank you for the answers!
Oleg