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_r402805033
##########
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:
@ascherbakoff I have deleted the IGNITE_MESSAGING_SECURITY_AWARE feature.
----------------------------------------------------------------
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