Just to make it explicit: no the configuration is not stored. Only
maxParallelism and the state backend choices are implicitly stored.
Thus, you can use the same savepoint to perform some A/B testing based on
configuration.
On Tue, Apr 20, 2021 at 6:51 PM Austin Cawley-Edwards <
austin.caw...@gma
Hi Guarav,
Which configs are you referring to? Everything usually stored in
`flink-conf.yaml`[1]? The State Processor API[2] is also a good resource to
understand what is actually stored, and how you can access it outside of a
running job. The SavepointMetadata class[3] is another place to referen
Hi,
I was wondering if configs applied while creating a flink application are also
stored as part of savepoint? If yes, an app is restored from a savepoint, does
it start with the same configs?
Thanks