Re: Question about using batch to bootstrap state

2025-06-09 Thread Michael LeGore via user
Hi, I was under the impression from that documentation that it meant that the batch job would output a savepoint after the job ends, using the same code as the BATCH job itself, and also running outputting the results of the BATCH job. As it stands, you can write a normal job using the Datastream

Re: Question about using batch to bootstrap state

2025-05-30 Thread Gabor Somogyi
Hi Michael, > batch job emit a savepoint at the end of the job Not sure what do you mean by it's on the roadmap. There is the state processor API [1] and based on that one can write such job already. [1] https://nightlies.apache.org/flink/flink-docs-master/docs/libs/state_processor_api/ BR, G

Question about using batch to bootstrap state

2025-05-30 Thread Michael LeGore via user
Hi all, I was wondering if there has been work done towards having a batch job emit a savepoint at the end of the job? I see that it is mentioned in documentation and some of the roadmap that this is planned, but I haven't seen a JIRA ticket for it and I was wondering if that is still planned? I