gravitee-io / issues

Gravitee.io - API Platform - Issues
64 stars 26 forks source link

[Async] http-get entrypoint #8037

Closed mouligno closed 2 years ago

mouligno commented 2 years ago

:rainbow: Feature

As an Async API owner, I want to expose my events events to external consumers not able to process streams of data (provided by protocols such as Websocket and SSE).

As an Async API Consumer, I want to retrieve messages from a GET call.

:sunrise_over_mountains: Additional information

Out of scope :

Example of initialization - https://github.com/gravitee-io/gravitee-poc-sme/blob/master/src/main/java/io/gravitee/poc/sme/gateway/connector/endpoint/async/impl/KafkaEndpointAsyncConnector.java

:superhero: Acceptance criteria

LiliaEn commented 2 years ago

Tested on the default env- 3.20.0 version The following scenarios were covered:

LiliaEn commented 2 years ago

Testing with Kafka endpoint will be covered in this ticket: https://graviteecommunity.atlassian.net/browse/APIM-59