It looks like consumption panics when the ConcurrentProcess flag is activated for a consumer. Here are some important criteria for when this happens:
- 2 different consumers are registered
- Prefetch size is set to 10 for both
- One has concurrent on and the other has it off
It looks like consumption panics when the
ConcurrentProcessflag is activated for a consumer. Here are some important criteria for when this happens: