Sergey Postument
10/11/2023, 2:28 PMOscar Westra van Holthe - Kind
10/11/2023, 2:37 PMSergey Postument
10/11/2023, 2:39 PMSergey Postument
10/11/2023, 2:39 PMMartijn Visser
10/11/2023, 3:03 PMMartijn Visser
10/11/2023, 3:04 PMSergey Postument
10/11/2023, 3:06 PMdeliv_guarantee NONE = kafka producker ack: 0
deliv_guarantee AT_LEAST_ONCE = kafka producker ack:1
deliv_guarantee EXACTLY_ONCE = kafka producker ack: "all" ?
Oscar Westra van Holthe - Kind
10/12/2023, 11:35 AMSergey Postument
10/12/2023, 11:43 AMstreamEnv.getCheckpointConfig.setCheckpointingMode(<http://CheckpointingMode.AT|CheckpointingMode.AT>_LEAST_ONCE)
2. in a KafkaSink I dont have configured .setDeliverGuarantee(DeliveryGuarantee.EXACTLY_ONCE)
What will be ack configuration in my kafka sink?Oscar Westra van Holthe - Kind
10/12/2023, 11:44 AMSergey Postument
10/12/2023, 11:45 AMOscar Westra van Holthe - Kind
10/12/2023, 11:46 AMMartijn Visser
10/12/2023, 11:46 AMSergey Postument
10/12/2023, 11:47 AMMartijn Visser
10/12/2023, 11:50 AMMartijn Visser
10/12/2023, 11:53 AM