You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/10/27 08:04:01 UTC

[jira] [Created] (IGNITE-6770) Service proxy call should not require service class on the node

Pavel Tupitsyn created IGNITE-6770:
--------------------------------------

             Summary: Service proxy call should not require service class on the node
                 Key: IGNITE-6770
                 URL: https://issues.apache.org/jira/browse/IGNITE-6770
             Project: Ignite
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
          Components: managed services
            Reporter: Pavel Tupitsyn
             Fix For: 2.4


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)