n3nash commented on a change in pull request #2754:
URL: https://github.com/apache/hudi/pull/2754#discussion_r606087966



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/KafkaOffsetGen.java
##########
@@ -173,9 +173,11 @@ public KafkaOffsetGen(TypedProperties props) {
     this.props = props;
 
     kafkaParams = new HashMap<>();
-    for (Object prop : props.keySet()) {
+    props.keySet().stream().filter(prop -> {

Review comment:
       @li36909 This change does not change any logging unlike what the title 
of the PR says, can you correct the title and explain this change please ?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to