[
https://issues.apache.org/jira/browse/FLINK-24277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiangjie Qin resolved FLINK-24277.
----------------------------------
Fix Version/s: 1.13.3
1.12.6
Assignee: Qingsheng Ren
Resolution: Fixed
Fixed in the following branches:
Master: 2da73edba95685537040305f30ee9d6dfd8d6c02
release-1.14: cc19997d6124e0b4f8c905601a3c98b328014f1d
release-1.13: c4c91ec579d6aaa377e1c1979ac3cb09b345c531
release-1.12: 944138eef08b8d1bb1573770865209a89e1a58bc
> Offset commit should be disabled if consumer group ID is not specified in
> KafkaSource
> -------------------------------------------------------------------------------------
>
> Key: FLINK-24277
> URL: https://issues.apache.org/jira/browse/FLINK-24277
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kafka
> Affects Versions: 1.14.0
> Reporter: Qingsheng Ren
> Assignee: Qingsheng Ren
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.14.0, 1.12.6, 1.13.3
>
>
> FLINK-24051 made "group.id" an optional configuration in KafkaSource.
> However, KafkaSource will generate a random group id if user doesn't specify
> one, and this random ID is inconsistent after failover, and not even human
> readable.
> A solution will be adding a configuration for offset commit on checkpoint,
> make it as true by default, and disable offset commit if group id is not
> specified.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)