I'm writing an Apache Flink Statefun application using python. I'm looking for help/pointers to invoke existing stateful function via a REST POST/GET call.
I referred to https://github.com/apache/flink-statefun-playground/blob/release-3.2/python/greeter/module.yaml Here it seems a new Type has been defined to accomplish this task.
However I'm looking for a solution which is available using for https://hub.docker.com/r/apache/flink-statefun.
Thanks