Replies: 1 comment 1 reply
-
@illotum the only option is to make the I guess a potential timeout makes more sense. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
An interesting race condition came to my attention.
New queue declaration doesn't wait for Ra to finish election, so clients fail unexpectedly when publish to the queue immediately after. This is within Raft semantics, but a surprising behaviour to outsiders.
HTTP API and CLI all have client-side timeouts allowing us to make them wait for the election, but I wonder if anyone has a suggestion on how this can be done for AMQP?
Example code this leads to
Beta Was this translation helpful? Give feedback.
All reactions