Skip to content

Commit

Permalink
[Hotfix][Connector-V2][kafka]Kafka consumer group automatically commi…
Browse files Browse the repository at this point in the history
…ts offset logic error fix (apache#6961)
  • Loading branch information
zhangshenghang authored Jun 7, 2024
1 parent d70ec61 commit 181f01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public KafkaConsumerThread(KafkaSourceConfig kafkaSourceConfig, ConsumerMetadata
kafkaSourceConfig.getBootstrap(),
metadata.getConsumerGroup(),
kafkaSourceConfig.getProperties(),
kafkaSourceConfig.isCommitOnCheckpoint());
!kafkaSourceConfig.isCommitOnCheckpoint());
}

@Override
Expand Down

0 comments on commit 181f01e

Please sign in to comment.