unsubscribe

2025-03-19 Thread Phil Stavridis
unsubscribe

Re: Clarification on checkpoint/savepoint usage with Kafka (and RabbitMQ)

2025-03-19 Thread mejri houssem
Hello, So if I understand you well, I cannot rely on the kafka broker offset to achieve at-least-once guarantee. Without checkpoint/savepoint enabled, that would not be possible. Best regards Le mer. 19 mars 2025 à 12:00, Ahmed Hamdy a écrit : > Hi Mejri, > Not exactly, you can still rely on

Re: Clarification on checkpoint/savepoint usage with Kafka (and RabbitMQ)

2025-03-19 Thread Ahmed Hamdy
Hi Mejri, Not exactly, you can still rely on savepoint to restart/redeploy the job from the latest offset recorded in Flink, my reply was regarding your question if you can replace that and just depend on the committed offsets in the kafka broker. For at-least-once semantic savepoints and checkpoin