The class gets a service proxy and invokes the service. I thought service could be invoked on client as well...Looks like it's not designed to be used that way.
If I wrap the Service in a Callable, can I call it from a client node? The client node would stream from a local file and call the Callable, I think? Does that sound right? Jessie On Mon, Aug 14, 2017 at 5:30 PM, vkulichenko <[email protected]> wrote: > What is this class used for? I'm a bit confused - service is usually > invoked > on the server, so it will obviously need all classes it works with. Am I > missing something? > > Can you show the whole trace? > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Streaming-test-tp14039p16189.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
