Hello, I need help about issue
https://issues.apache.org/jira/browse/IGNITE-2079If there are Exceptions inside notifyCallback0, client lose
eventonUpdatefor ContinuousQuery.setLocalListener
see line 674 of CacheContinuousQueryHandler.notifyCallback0
It is common situation when listener handler fails and event lost for
listener.
What the best way delivery Exception for listener?
Maybe it is unbelievable situation whencache.put passed and listener
handler fails?