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

KafkaIO Connector-updating/overwriting consumer groupid with random prefix

Details

    • Bug
    • Status: Open
    • P3
    • Resolution: Unresolved
    • 2.27.0
    • None
    • io-java-kafka
    • None

    Description

      Apache beam version: 2.27

      Connector: KafkaIO

      cloud service : GCP Dataflow

      language : JAVA11

      we are trying to read the avro messages from confluent kafka topic using dataflow service as a consumer. (Using KafkaIO Connector)

      While trying to access the schema registry using provided (schema url, subject, version, ssl configuration(keystore,truststore..etc))  details , we are getting the below error.

       
      Error message from worker: org.apache.kafka.common.errors.GroupAuthorizationException:
      Not authorized to access group: initialOffset_offset_consumer_1179967555_kafka-connectivity-test
       
      Expected Result : Consumer groupid should not change also should able to connect kafka consumer.
       
      Actual Result: 
      Though the provided groupid was : kafka-connectivity-test, some how it is changing the value to  initialOffset_offset_consumer_1179967555_kafka-connectivity-test.
       
      PFA related code snippets. 
       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Logesh Logeshwaran
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: