You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
So I have a service that returns streamed data through a SSE. While passing it through krakend, we use the no-op, however we have an issue: instead of sending chunks of data as they arrive, the gateway wait then sends by bulk (which is not what we want)
Your configuration file:
This is a simplified file
Environment info:
Describe the bug
So I have a service that returns streamed data through a SSE. While passing it through krakend, we use the no-op, however we have an issue: instead of sending chunks of data as they arrive, the gateway wait then sends by bulk (which is not what we want)
Your configuration file:
This is a simplified file
Expected behavior
I want the data to be returned as soon as it arrives, and not wait to send a bulk.
Basically it's a problem similar as this one:
https://support.konghq.com/support/s/article/How-can-I-enable-streaming-of-responses-with-text-event-stream-content-types-instead-of-having-the-responses-buffered-and-sent-in-one-large-payload
The text was updated successfully, but these errors were encountered: