w3ll1ngt commented on code in PR #12234: URL: https://github.com/apache/ignite/pull/12234#discussion_r2273436448
########## modules/core/src/main/java/org/apache/ignite/internal/managers/encryption/GenerateEncryptionKeyRequest.java: ########## @@ -17,21 +17,21 @@ package org.apache.ignite.internal.managers.encryption; -import java.nio.ByteBuffer; +import org.apache.ignite.internal.Order; import org.apache.ignite.internal.util.typedef.internal.S; import org.apache.ignite.lang.IgniteUuid; import org.apache.ignite.plugin.extensions.communication.Message; -import org.apache.ignite.plugin.extensions.communication.MessageReader; -import org.apache.ignite.plugin.extensions.communication.MessageWriter; /** * Generate encryption key request. */ public class GenerateEncryptionKeyRequest implements Message { /** Request ID. */ + @Order(0) private IgniteUuid id = IgniteUuid.randomUuid(); Review Comment: absolutely, thx for noticing -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org