loserwang1024 commented on code in PR #208:
URL:
https://github.com/apache/flink-connector-kafka/pull/208#discussion_r2766740070
##########
flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/enumerator/KafkaSourceEnumerator.java:
##########
@@ -562,6 +565,10 @@ static void deepCopyProperties(Properties from, Properties
to) {
// --------------- private class ---------------
+ static class KafkaSubscriberInitContext implements
KafkaSubscriber.InitializationContext {
+ private KafkaSubscriberInitContext() {}
+ }
Review Comment:
This seems a empty context. I don't understand why need it?
--
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]