nizhikov commented on code in PR #11766:
URL: https://github.com/apache/ignite/pull/11766#discussion_r1897326815
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/reader/StandaloneGridKernalContext.java:
##########
@@ -677,7 +677,7 @@ private void setField(IgniteEx kernal, String name, Object
val) throws NoSuchFie
/** {@inheritDoc} */
@Override public GridInternalSubscriptionProcessor
internalSubscriptionProcessor() {
- return null;
+ return new GridInternalSubscriptionProcessor(this);
Review Comment:
It's "for test only" change. I will move it to the tests.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]