Closed Luisgustavom1 closed 4 days ago
Match the check of the backoff and maxDeliver configs with the official documentation -> https://docs.nats.io/nats-concepts/jetstream/consumers#:~:text=The%20sequence%20length,MaxDelivery
Documentation, tell that Backoff config must be less than or equal to MaxDelivery. But we were checking the opposite
Backoff
MaxDelivery
Signed-off-by: Luisao luisgustavomacedo13@gmail.com
Is [WIP] because you are planning future changes to this PR?
[WIP]
Yes, I'm writing one more test case, now everything is done! tks
Match the check of the backoff and maxDeliver configs with the official documentation -> https://docs.nats.io/nats-concepts/jetstream/consumers#:~:text=The%20sequence%20length,MaxDelivery
Documentation, tell that
Backoff
config must be less than or equal toMaxDelivery
. But we were checking the oppositeSigned-off-by: Luisao luisgustavomacedo13@gmail.com