Re: Flink Statefun Kafka Ingress Record Key Deserializer

2022-03-09 Thread Igal Shilman
Hello Xin Li, Indeed the built in ingress that ships with StateFun requires that the key part will be a utf-8 string, This string then becomes the id part of the target address. StateFun is extensible via the StatefulFunctionModule[1] and customizing the Kafka ingress is also possible, take a loo

Flink Statefun Kafka Ingress Record Key Deserializer

2022-03-07 Thread Xin Li
*Hello Flink Team,* I am right now using Flink stateful function in my project, which are consuming avro serialized events(both key and value are serialized) from kafka, but it seems there is no configuration that users can customize for deserializing the kafka record's key, because I noticed that