xintongsong commented on a change in pull request #16860:
URL: https://github.com/apache/flink/pull/16860#discussion_r690849889
##########
File path:
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/table/KafkaTableTestBase.java
##########
@@ -95,4 +142,71 @@ public void deleteTestTopic(String topic) {
admin.deleteTopics(Collections.singletonList(topic));
}
}
+
+ // ------------------------ For Debug Logging Purpose
----------------------------------
+
+ protected void scheduleTimeoutLogger(Duration period, Runnable
loggingAction) {
Review comment:
These methods can be `private`.
- scheduleTimeoutLogger
- cancelTimeoutLogger
- describeExternalTopics
- logTopicPartitionStatus
--
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]