hazelcast-nodejs-client icon indicating copy to clipboard operation
hazelcast-nodejs-client copied to clipboard

Implement ReliableMessageListener functionality for Reliable Topic [API-1605]

Open puzpuzpuz opened this issue 5 years ago • 1 comments

Java client has ReliableMessageListener interface which describes additional methods, like boolean isLossTolerant(). On the other hand, Node.js client only has MessageListener type which describes a function. At the moment the behavior of listeners in Node.js client more or less match loss tolerant listeners in Java, but that means less flexibility for users. We need to port functionality related with those additional methods.

puzpuzpuz avatar Aug 07 '20 11:08 puzpuzpuz

Internal Jira issue: API-1605

github-actions[bot] avatar Sep 29 '22 10:09 github-actions[bot]