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


##########
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:
   shall we consider using 
https://github.com/apache/beam/blob/9aaf7e41dec8b9d3effdc7cb6c887f8df8e62a64/sdks/java/core/src/main/java/org/apache/beam/sdk/options/StreamingOptions.java#L47
 here?



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