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
Uh oh!
There was an error while loading. Please reload this page.
-
We are using a
WorkQueueconsumer withStorageType::MemoryandAckPolicy::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?Streaminterface, which states that the stream yieldsNonewhen 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