igalshilman commented on a change in pull request #6: [FLINK-15818] [kafka-io]
Add startup postition configuration for Kafka ingress YAML support
URL: https://github.com/apache/flink-statefun/pull/6#discussion_r373440313
##########
File path:
statefun-flink/statefun-flink-common/src/main/java/org/apache/flink/statefun/flink/common/json/Selectors.java
##########
@@ -33,6 +33,17 @@ public static String textAt(JsonNode node, JsonPointer
pointer) {
return node.asText();
}
+ public static Optional<String> optionalTextAt(JsonNode node, JsonPointer
pointer) {
Review comment:
Can you add a test in `SelectorsTest`
----------------------------------------------------------------
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