Hello :wave::skin-tone-4: Aside from the Flink do...
# random
i
Hello 👋🏽 Aside from the Flink docs, are there any additional examples/resources on using the State Processor API? I was particularly interested in bootstrapping state
s
I’d check Flink Forward’s YouTube channel
i
Thanks. I’ll take a look at that
r
Hey Ikvir, I also have the same use-case of bootstrapping state from historical data. Please share related resources if you have found any.
k
https://docs.immerok.cloud/docs/cookbook/migrating-state-away-from-kryo/ contains an running example for using the State Processor API. Not for bootstrapping though, but maybe its still a good starting point. I am sure we'll do a recipe for state boostrapping eventually, too.
🙌 1
i
Thanks Konstantin. I'll give that a read today