Matthias created FLINK-24152: -------------------------------- Summary: Exactly-once semantics should be configurable through Flink configuration only Key: FLINK-24152 URL: https://issues.apache.org/jira/browse/FLINK-24152 Project: Flink Issue Type: Improvement Reporter: Matthias
Exactly-once constraint needs to be configured in multiple locations: 1. Flink configuration 2. Kafka connector configuration As a user, I would expect to set this configuration parameter in Flink. The Kafka connector should be able to derive this configuration parameter from the Flink configuration by default. Setting it on the connector level could be considered as an advanced configuration parameter which would overwrite the default configuration. -- This message was sent by Atlassian Jira (v8.3.4#803005)