Redisson retrying RedisBusyException: BUSYGROUP Consumer Group name already (original) (raw)

Redis version

7.2.4

Redisson version

4.0.0

Redisson configuration

Default retryAttempts = 3 at the client level

What is the Expected behavior?

Redisson shouldn't RedisBusyException: BUSYGROUP Consumer Group name already or offer a way to overidde tihs behavior

What is the Actual behavior?

Redisson retries it 3 time before failing

Additional information

I believe we should be able to tell redisson to don't retry in such case.