Also in Spring Data Geode is it possible to send data as soon as I have a chunk of say 1000/ I know I can specify batch size but I don't see how I can do it like streaming
On Sun, Aug 13, 2017 at 3:08 PM, Amit Pandey <[email protected]> wrote: > 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 >
