Using nats.ws library, I am able to see that after a creation of an ordered consumer, if it receives an error, it repetitively creates more consumers via a backoff mechanism
Expected behavior
Using nats.ws library, I am able to see that after a creation of an ordered consumer, if it receives an error, it creates only 1 consumer at a time that can preferrably be managed
Server and client version
server version - 2.10.15-RC.7
client version - 1.19.1 and 1.25.0
Observed behavior
Using
nats.ws
library, I am able to see that after a creation of an ordered consumer, if it receives an error, it repetitively creates more consumers via a backoff mechanismExpected behavior
Using
nats.ws
library, I am able to see that after a creation of an ordered consumer, if it receives an error, it creates only 1 consumer at a time that can preferrably be managedServer and client version
server version - 2.10.15-RC.7 client version - 1.19.1 and 1.25.0
Host environment
No response
Steps to reproduce
No response