Hi All, I have a function which can potentially return a very large data sets.
I want to stream data via the functions. Now the default result collector of Geode collects all the data in one large chunk, This might result in very slow operation times. How can I use a streaming result collector? Is there any example of it given? I am using spring-data-geode so if there is something available there that will be great too. Regards
