We are trying to build a facade API to deliver a large amount of data to our client application for which we are not planning our client to wait for the processing and we deliver as soon as we get a chunk of data from our backend.
We are planning to build a spring webflux API to support reactive streaming API but can APIGEE be a facade layer here to which our client UI can listen continuously.
Please let me know if you can suggest any other approach also.