Abacn commented on code in PR #29100:
URL: https://github.com/apache/beam/pull/29100#discussion_r1389451198
##########
sdks/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/ReadFromKafkaDoFnTest.java:
##########
@@ -432,7 +432,7 @@ public void testProcessElementWhenTopicPartitionIsStopped()
throws Exception {
makeReadSourceDescriptor(consumer)
.toBuilder()
.setCheckStopReadingFn(
- new SerializableFunction<TopicPartition, Boolean>() {
+ new CheckStopReadingFn() {
Review Comment:
sorry for being late. Let's revert the change in test to make sure the
compatibility is tested
--
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]