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
I publish a message on a topic with only 1 partition.
I expect only 1 consumer to process the message.
However, both process all messages.
Moreover, when I start a new consumer, it does not care of current commited offset and process all messages in the stream again.
Did I miss something?
Thanks for your help.
Note that I use Symfony 4.1 messenger (so php-enqueue/messenger-adapter).
The text was updated successfully, but these errors were encountered:
Hi,
I'm a bit confused with the use of rdkafka.
I start 2 consumers and a producer with following config:
I publish a message on a topic with only 1 partition.
I expect only 1 consumer to process the message.
However, both process all messages.
Moreover, when I start a new consumer, it does not care of current commited offset and process all messages in the stream again.
Did I miss something?
Thanks for your help.
Note that I use Symfony 4.1 messenger (so php-enqueue/messenger-adapter).
The text was updated successfully, but these errors were encountered: