AHeise commented on code in PR #195:
URL: 
https://github.com/apache/flink-connector-kafka/pull/195#discussion_r2541853690


##########
flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/enumerator/KafkaSourceEnumerator.java:
##########
@@ -587,7 +627,7 @@ public static class PartitionOffsetsRetrieverImpl
         private final String groupId;
 
         public PartitionOffsetsRetrieverImpl(AdminClient adminClient, String 
groupId) {
-            this.adminClient = adminClient;
+            this.adminClient = checkNotNull(adminClient);

Review Comment:
   Let me include this in my fix. It's small enough.



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