You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Igal Shilman (Jira)" <ji...@apache.org> on 2020/03/08 14:02:00 UTC

[jira] [Created] (FLINK-16490) Add a minimal statefun Python SDK

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)