alex-plekhanov commented on a change in pull request #8960:
URL: https://github.com/apache/ignite/pull/8960#discussion_r606944121



##########
File path: modules/core/src/main/java/org/apache/ignite/client/ClientCache.java
##########
@@ -703,11 +705,14 @@
     public <K1, V1> ClientCache<K1, V1> withExpirePolicy(ExpiryPolicy 
expirePlc);
 
     /**
-     * Queries cache. Supports {@link ScanQuery} and {@link SqlFieldsQuery}.
+     * Queries cache. Supports {@link ScanQuery}, {@link SqlFieldsQuery} and 
{@link ContinuousQuery}.
+     * <p>
+     * NOTE: For continuous query listeners there is no failover in case of 
client channel failure, this event should
+     * be handled on the user's side. Listeners will be notified about client 
disconnect event if they implement
+     * {@link ClientChannelDisconnectListener} interface.

Review comment:
       Ok




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to