are
supported.
Rgds,
Kamal
From: liu ron
Sent: 24 August 2023 07:43 AM
To: user@flink.apache.org
Subject: Re: Re-start strategy without checkpointing enabled
Hi, Kamal
As Hang says, some extra info about job failover strategy for reference in [1]
[1]
https://nightlies.apache.org/flink/flink
Hi, Kamal
As Hang says, some extra info about job failover strategy for reference in
[1]
[1]
https://nightlies.apache.org/flink/flink-docs-master/docs/ops/state/task_failure_recovery/
Best,
Ron
Hang Ruan 于2023年8月23日周三 22:27写道:
> Hi, Kamal.
>
> If we don't enable checkpointing, the job will be
Hi, Kamal.
If we don't enable checkpointing, the job will be started with the startup
mode each time.
For example, the job reads Kafka from the earliest offset and writes to
mysql. If the job failover without checkpointing, the tasks will consume
Kafka from the earliest offset again.
I think it i