damccorm opened a new issue, #21259:
URL: https://github.com/apache/beam/issues/21259

   I'm running two beam pipelines on Apache Flink which read messages from the 
same Kafka topic by using KafkaIO. Both of them are in the same consumer group, 
so in my understanding each message should be consumed by either pipeline (but 
not both) but I observed that the same set of messages is consumed by each 
pipeline, meaning each message is processed at least twice. 
   I can see in the log that additional consumer group with prefix 
"Reader-1_offset_consumer_<random_number\>_" was created and also consume 
messages. 
   Could you explain what should I do to consume messages only once by one 
consumer group and why that additional group was created?
   
   Similar issue: BEAM-12880
   
   Imported from Jira 
[BEAM-12995](https://issues.apache.org/jira/browse/BEAM-12995). Original Jira 
may contain additional context.
   Reported by: htsi.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to