lightzhao commented on code in PR #3831:
URL:
https://github.com/apache/incubator-seatunnel/pull/3831#discussion_r1059229262
##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/ConsumerMetadata.java:
##########
@@ -38,7 +38,7 @@ public class ConsumerMetadata implements Serializable {
private String bootstrapServers;
private Properties properties;
private String consumerGroup;
- private boolean commitOnCheckpoint = false;
+ private boolean commitOnCheckpoint = true;
Review Comment:
ok, you're right. It's been changed.
--
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]