Turn events from streaming endpoint into bundles in real time

Hi folks,

Running into a bit of a dead-end here as I’m trying to listen to events from an external API streaming endpoint (this one) and process them further onto my scenario as soon as they’re received.

I’m querying the endpoint using an HTTP “Make an API Key Auth request” module. That module runs for quite a while before returning a global package of events it received while the connection was open. I can split that package into bundles, but my problem is the delay in processing them caused by the unavailability of the received data before the run stops. My setup is for a real-time chat use case so I can’t have that couple of minutes wait in the middle of it.

I’ve tried setting a short timeout, which stops the module run but throws an error that prevents me from getting and using the received data.

Anyone set something similar up and found a clever way ? Any advice would be greatly appreciated. Thanks a lot. :folded_hands: