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

Till Rohrmann updated FLINK-26155:
----------------------------------
    Summary: Add playground ingress/egress for curl interaction  (was: Add 
playground ingress/egress for cURL interaction)

> 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
>
> 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