You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stream does not support both a plain SAC consumer and a super stream consumer simultaneously.
The rabbit_stream_sac_coordinator crashes with this stack:
Consumers with a same name, consuming from the same stream should have
the same partition index. This commit adds a check to enforce this rule
and make the subscription fail if it does not comply.
Fixes#13835
Consumers with a same name, consuming from the same stream should have
the same partition index. This commit adds a check to enforce this rule
and make the subscription fail if it does not comply.
Fixes#13835
(cherry picked from commit cad8b70)
Describe the bug
Stream does not support both a plain SAC consumer and a super stream consumer simultaneously.
The
rabbit_stream_sac_coordinator
crashes with this stack:Reproduction steps
Per conversation with @kjnilsson
Expected behavior
Stream should support both a plain SAC consumer and a stream consumer simultaneously.
Additional context
Same issue with RabbitMQ
3.13.x
and4.1.x
The text was updated successfully, but these errors were encountered: