Hi,
in the case of Lucene Queries my main concern is about how to a)
properly serialize the query b) how to stream the resusts back,
possibly having some pagination / flow control.
I didn't look into hotrod sources, but I was not assuming the hard
part would to make it possible to send some new commands?
Would there be any effect in terms of not allowing usage of the lazy
loader? In other words, all of the query results get sent over the
protocol as opposed to as and when the user would require them?
Just a thought...
So if that's all what is needed for transactions to work
properly,
can't you just add the commands before 5.1?
Cheers,
Sanne