Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-12995

Consumer group with random prefix

Details

    • Bug
    • Status: Open
    • P1
    • Resolution: Unresolved
    • 2.32.0
    • None
    • io-java-kafka
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            htsi Hubert S
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: