[ 
https://issues.apache.org/jira/browse/FLINK-26155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Rohrmann closed FLINK-26155.
---------------------------------
    Fix Version/s: statefun-3.3.0
                   statefun-3.2.1
       Resolution: Fixed

Fixed via

3.3.0: cf7251c8c5f59b4003403a8ec39a55366ef36a1f
3.2.1: 1ba46baa2c645bc70883c5f435fee96a6b576230

> Add playground ingress/egress for curl interaction
> --------------------------------------------------
>
>                 Key: FLINK-26155
>                 URL: https://issues.apache.org/jira/browse/FLINK-26155
>             Project: Flink
>          Issue Type: Improvement
>          Components: Stateful Functions
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: statefun-3.3.0, statefun-3.2.1
>
>
> In order to give a better playground experience we could add a special 
> playground ingress/egress that supports easy to use cURL interaction 
> (ingesting new messages and consuming produced messages).
> Ingesting new message could look like:
> {code}
> curl -X PUT -H "Content-Type: application/vnd.<TYPE_URL>" -d '<DATA>' 
> localhost:8090/<NAMESPACE>/<FUNCTION>/<ID>
> {code}
> Consuming could look like:
> {code}
> curl -X GET localhost:8091/<TOPIC>
> {code}
> The ingress/egress are not meant to be production ready and only support the 
> use cases of the playground.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to