possible inconsistency of stream handling by rabbitmq on startup #3873
-
In both cases below, a RabbitMQ stream exists. When starting RabbitMQ, my application can receive "Stream not available" (0x06) error when subscribing to a stream. I retry a second later and it works. For the same testing scenario, when creating a publisher, I can get "Stream does not exists" (0x02) error. This is very consistent for both cases, so far
Would that be a bug? I would expect a consistent behaviour, this is to receive error 0x06 in both cases. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is not intended, a function in the "declare publisher" command returns a result that covers both the "stream does not exist" and "stream not available" cases, we should refine this. |
Beta Was this translation helpful? Give feedback.
-
Follow-up issue: #3874. |
Beta Was this translation helpful? Give feedback.
Follow-up issue: #3874.