How to add members / followers to quorum queue? #8514
-
Context Problem Questions
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The default quorum queue target replica count is 3, which is perfectly sufficient for a lot of cases. There are also |
Beta Was this translation helpful? Give feedback.
I don't think there is an API to achieve that.
There is a work-in-progress PR to periodically validate quorum queue membership:
#8218
The issue you are seeing is something we discussed in the past: #3850
I still believe we should not accept a declaration in the first place. The question remains what the behaviour should be (rejection, internal wait/retry that looks like a very slow declaration from the application's perspective or what)