dgarus commented on a change in pull request #7338: IGNITE-12344 Remote 
listener of IgniteMessaging has to run with appropriate SecurityContext.
URL: https://github.com/apache/ignite/pull/7338#discussion_r392119288
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/IgniteFeatures.java
 ##########
 @@ -88,7 +88,10 @@
     CONT_QRY_SECURITY_AWARE(21),
 
     /** Long operations dump timeout. */
-    LONG_OPERATIONS_DUMP_TIMEOUT(30);
+    LONG_OPERATIONS_DUMP_TIMEOUT(30),
+
+    /** ContinuousQuery with security subject id support. */
+    IGNITE_MESSAGING_SECURITY_AWARE(31);
 
 Review comment:
   I think it's confused to use CONT_QRY_SECURITY_AWARE for rolling update the 
IgniteMessage security feature.
   I've fixed JavaDoc.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to