pabloem commented on code in PR #24629:
URL: https://github.com/apache/beam/pull/24629#discussion_r1053590777
##########
sdks/java/io/debezium/src/main/java/org/apache/beam/io/debezium/KafkaSourceConsumerFn.java:
##########
@@ -89,12 +91,17 @@
*
* @param connectorClass Supported Debezium connector class
* @param fn a SourceRecordMapper
- * @param minutesToRun Maximum time to run (in minutes)
+ * @param milisecondsToRun Maximum time to run (in milliseconds)
*/
- KafkaSourceConsumerFn(Class<?> connectorClass, SourceRecordMapper<T> fn,
long minutesToRun) {
+ KafkaSourceConsumerFn(
+ Class<?> connectorClass,
+ SourceRecordMapper<T> fn,
+ Integer maxRecords,
Review Comment:
done
--
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]