You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Kornev (JIRA)" <ji...@apache.org> on 2016/06/14 01:18:57 UTC

[jira] [Created] (IGNITE-3306) Extend IgniteCluster interface with the methods to send and receive custom discovery events

Andrey Kornev created IGNITE-3306:
-------------------------------------

             Summary: Extend IgniteCluster interface with the methods to send and receive custom discovery events
                 Key: IGNITE-3306
                 URL: https://issues.apache.org/jira/browse/IGNITE-3306
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Kornev


{{GridDiscoveryManager}} already provides the methods for sending/receiving custom discovery messages: {{GridDiscoveryManager.sendCustomEvent(...)}} and {{GridDiscoveryManager.setCustomEventListener(...)}} methods correspondingly. This API is very powerful as it provides reliable delivery guarantees that are totally ordered with respect to the rest of discovery events. It's essential for implementing so-called view-synchronous group communication primitives.

Unfortunately, {{GridDiscoveryManager}} is not part of the public API. 

This ticket proposes to extend {{IgniteCluster}} interface to expose those methods. {{DiscoveryCustomMessage}} class should also be moved out of the {{internal}} package to a public package.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)