[
https://issues.apache.org/jira/browse/FLINK-26155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-26155:
-----------------------------------
Labels: pull-request-available (was: )
> 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
>
> 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)