scwhittle commented on code in PR #32134:
URL: https://github.com/apache/beam/pull/32134#discussion_r1713999930


##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java:
##########
@@ -1730,8 +1730,6 @@ public PCollection<KafkaRecord<K, V>> expand(PBegin 
input) {
                 
.withKeyDeserializerProvider(kafkaRead.getKeyDeserializerProvider())
                 
.withValueDeserializerProvider(kafkaRead.getValueDeserializerProvider())
                 .withManualWatermarkEstimator()
-                .withRedistribute()

Review Comment:
   I'm not sure that is an argument for fixing this bug because a currently 
running job on 2.57 is broken with update to 2.58 due to this unconditionally 
being set.
   



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to