Search code examples
ignite

Ignite messaging: Is there a new style for async messaging?


According to IgniteMessaging javadoc, withAsync method is deprecated.

What's the new api to send messages asynchronously?


Solution

  • Looks like there is no such API. We have to use withAsync - it still works.

    I've filed a ticket to add missing sendAsync methods: https://issues.apache.org/jira/browse/IGNITE-19017