Igal Shilman created FLINK-16490: ------------------------------------ Summary: Add a minimal statefun Python SDK Key: FLINK-16490 URL: https://issues.apache.org/jira/browse/FLINK-16490 Project: Flink Issue Type: Task Components: Stateful Functions Reporter: Igal Shilman Assignee: Igal Shilman
The JVM based stateful functions implementation, has a RequestReply extension (a protocol and an implementation) that allows calling into any HTTP endpoint that implements that protocol. Although it is possible to implement this protocol independently, we should provide a minimal library for the Python programing language, that: # Allows users to define and declare their functions in a convenient way # Dispatch an invocation request sent from the JVM to the appropriate function previously declared -- This message was sent by Atlassian Jira (v8.3.4#803005)