Replies: 1 comment 8 replies
-
That looks like a bug. The consumer should recover on its own. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using a
WorkQueue
consumer withStorageType::Memory
andAckPolicy::Explicit
. When the server restarts, it forgets the streams which existed before the shutdown. In a consumer, how can we observe that the server has shut down, so we can eventually recreate the stream when the server comes up again?Stream
interface, which states that the stream yieldsNone
when exhausted, but we do not observe this.We DO observe an error on the stream, around the time of the reconnection:
Beta Was this translation helpful? Give feedback.
All reactions