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
The Kafka to GCS/BQ templates starts failing intermittently and continues to fail in consecutive runs, unless the Kafka topics are recreated.
Failure Error: org.apache.kafka.clients.consumer.OffsetOutOfRangeException: Fetch position FetchPosition{offset=5215, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[instance-kafka.c.yadavaja-sandbox.internal:9094 (id: 2 rack: null)], epoch=0}} is out of range for partition integration-test-kafka-bq-dstream-0
Failure Reason: TBD
Steps to Reproduce: [To be verified]
Create a new Kafka topic
Schedule or run the template on a new topic
Terminate the template run while in progress
Interim Solution/Workaround:
Recreate topics, which resets the Offset information of the topic.
The text was updated successfully, but these errors were encountered:
The Kafka to GCS/BQ templates starts failing intermittently and continues to fail in consecutive runs, unless the Kafka topics are recreated.
Failure Error:
org.apache.kafka.clients.consumer.OffsetOutOfRangeException: Fetch position FetchPosition{offset=5215, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[instance-kafka.c.yadavaja-sandbox.internal:9094 (id: 2 rack: null)], epoch=0}} is out of range for partition integration-test-kafka-bq-dstream-0
Failure Reason: TBD
Steps to Reproduce: [To be verified]
Interim Solution/Workaround:
The text was updated successfully, but these errors were encountered: