Hello folks

I'm trying to use the flink state processor api to read the state of
operators from a checkpoint. But currently the operator look up in the API
relies on the operator `uid` (e.g. ExistingSavepoint.readKeyedState(uid,
readerFunction)).
But when it comes to a sql job, where should I look up for the operator
uid? I tried both the hexstring of the hash and the operator name, but
neither works.

Could you point me in the right direction?

BR,

Reply via email to