[jira] [Created] (FLINK-31756) KafkaTableITCase.testStartFromGroupOffsetsNone fails due to UnknownTopicOrPartitionException

2023-04-08 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created FLINK-31756: --- Summary: KafkaTableITCase.testStartFromGroupOffsetsNone fails due to UnknownTopicOrPartitionException Key: FLINK-31756 URL: https://issues.apache.org/jira/browse/FLINK-31756

Re: [DISCUSS] EXACTLY_ONCE delivery semantics for upsert-kafka connector

2023-04-08 Thread Jark Wu
Hi Alexander, Yes, Kafka’s exactly-once semantics are used to avoid duplicated records in case of producer retries or failovers. But as I explained above, it can’t avoid intentionally duplicated records. Actually, I would like to call them "upsert records" instead of "duplicates", that's why the c