scwhittle commented on issue #32196:
URL: https://github.com/apache/beam/issues/32196#issuecomment-2295826300

   Upon further investigation, the incorrect options are set on the 
`ReadSourceDescriptors` transform and not used for determinining redistribute 
and allowed duplicates of the read elements as that uses the original 
`kafkaRead` 
[here](https://github.com/apache/beam/blob/a2f5ee26941b36595d051bef71a63b9024eabcf9/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java#L1784)
   
   The effect of the misconfiguration is if `commitoffets` is enabled it is not 
performed due to the logic 
[here](https://github.com/apache/beam/blob/a2f5ee26941b36595d051bef71a63b9024eabcf9/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java#L2685)
   


-- 
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