I've been looking at Flink Stateful Functions. It looks super promising - except for one thing - and I hope I'm just missing it.
For the life of me, can't see a way to access the kafka key from a kafka ingress in Python. In Java, I see I could use the deserialiser and effectively pack it into the decoded message
object. But I can't find an alternative.
In our case, the key has valuable info, that does not exist in the value.
Anyone come across this - or have I just missed it?