tzulitai commented on a change in pull request #7: [FLINK-15839] [kafka-io] Fix
Stateful Functions KafkaIngressBuilder properties resolution logic
URL: https://github.com/apache/flink-statefun/pull/7#discussion_r374455280
##########
File path:
statefun-kafka-io/src/main/java/org/apache/flink/statefun/sdk/kafka/KafkaIngressBuilder.java
##########
@@ -168,13 +174,20 @@ private Properties resolveKafkaProperties() {
}
}
+ private static <T> void overwritePropertyIfNamedConfigIsPresent(
Review comment:
Makes sense. Updated according to your suggestion.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services