igalshilman commented on a change in pull request #5: [FLINK-15769] [kafka-io]
Add configuring startup position for Kafka ingress
URL: https://github.com/apache/flink-statefun/pull/5#discussion_r373419403
##########
File path:
statefun-docs/src/main/java/org/apache/flink/statefun/docs/io/kafka/IngressSpecs.java
##########
@@ -31,8 +31,9 @@
public static final IngressSpec<User> kafkaIngress =
KafkaIngressBuilder.forIdentifier(ID)
.withKafkaAddress("localhost:9092")
+ .withConsumerGroupId("greetings")
Review comment:
I wondering rather we should set the withStartupPosition() in
.withConsumerGroupId() in the ingress builder.
----------------------------------------------------------------
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