Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
IgniteServices requires service class to be present on all nodes (https://apacheignite.readme.io/docs/service-grid, IGNITE-975).
It would be great to be able to call deployed services without having implementation class on the client node. I. e. implementation class can be only present on server nodes, and client nodes only need an interface with similar methods. This is how it already works in Ignite.NET.