NSAmelchev commented on code in PR #12827:
URL: https://github.com/apache/ignite/pull/12827#discussion_r2897917804
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryMessageFactory.java:
##########
@@ -152,6 +178,9 @@ public class DiscoveryMessageFactory implements
MessageFactoryProvider {
factory.register((short)21, TcpDiscoveryCustomEventMessage::new, new
TcpDiscoveryCustomEventMessageSerializer());
factory.register((short)22,
TcpDiscoveryServerOnlyCustomEventMessage::new,
new TcpDiscoveryServerOnlyCustomEventMessageSerializer());
+ factory.register((short)23, FullMessage::new, new
FullMessageSerializer());
+
Review Comment:
This message already exists - just use it as is, without changing the direct
type. The current file's compactness is good — comments wouldn't help. Must be
a framework-specific thing.
--
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]