Invoke and the continuous query filters both mean sending code from the client 
to the server. The Java server does not, of course, understand the CLR.

If you want to run .net code on your server, you need to run the ignite.net 
server. You can do that on a Linux server using Mono.

Regards,
Stephen

> On 11 Mar 2019, at 15:22, IgniteDotnetUser <[email protected]> wrote:
> 
> I am trying a POC with ignite. I have a Java ignite server and want to use
> ignite.net on the client side on the UI. I have come across a few major
> limitations and want to make sure I am not missing something w.r.t these:
> 
> Thin clients:
> 1) thinclients do not support continuous queries. 
> 
> Thick clients:
> 1) there is no way to have a Java ignite server with .net thick client if we
> want to use continuous query with filter.
> 2) cache invokes are not possible.
> 
> My usecase is pretty simple. I want to be able to request filtered data from
> Java ignite server and be able to listen to updates on it.
> 
> Please let me know if I am missing something and if the above are possible.
> 
> If not, can you please share if they are planned for a future release. If
> you can share the release date as well, that would be great.
> 
> Is there any workaround in the mean time that can be used?
> 
> 
> 
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Reply via email to