johnjcasey commented on code in PR #37648:
URL: https://github.com/apache/beam/pull/37648#discussion_r2828424238


##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java:
##########
@@ -3221,6 +3227,10 @@ abstract Builder<K, V> setPublishTimestampFunction(
 
       abstract Builder<K, V> setEOS(boolean eosEnabled);
 
+      abstract Builder<K, V> setNumElements(int numElements);
+

Review Comment:
   I would name these more narrowly. Theres lots of potential numElements and 
timeouts in the scope of KafkaIO



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