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

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

     [ https://issues.apache.org/jira/browse/IGNITE-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Goncharuk updated IGNITE-3306:
-------------------------------------
    Fix Version/s: 2.0

> 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
>             Fix For: 2.0
>
>
> {{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)