You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
Everything works great, but sometimes the publisher stops to publish events. It occurs randomly - the stream created on the top of Source is not terminated - it does not receive any events from publisher. Is there any good way to watch the current status of subscription in order to debug it?
The text was updated successfully, but these errors were encountered:
@maciekciolek I think you can start from setting log debug for eventstore package and maybe clone StreamPublisher.scala and add additional debugs there...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have encountered some problems with query journal. I added the ability to query events from EventsByType projection:
Everything works great, but sometimes the publisher stops to publish events. It occurs randomly - the stream created on the top of Source is not terminated - it does not receive any events from publisher. Is there any good way to watch the current status of subscription in order to debug it?
The text was updated successfully, but these errors were encountered: