Retrieving a query in real time chunks

So I’m trying to figure out how to receive chunks of data in real time as I’m putting data in a producer and consuming it in another micro service. But It seems as though I’m getting just one large chunk. I’m using node for both micro service architecture.

Hi @AlphaApollo - It would be very helpful to see some specific code samples to understand what you’re trying to do.