alex-plekhanov commented on code in PR #12533:
URL: https://github.com/apache/ignite/pull/12533#discussion_r2565291991


##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/ClientCacheAffinityContext.java:
##########
@@ -221,6 +246,36 @@ else if 
(newMapping.topologyVersion().equals(oldMapping.topologyVersion()))
         return true;
     }
 
+    /**
+     * @param ch Payload output channel.
+     */
+    public void writeDataCenterNodesRequest(PayloadOutputChannel ch) {
+        try (BinaryWriterEx w = BinaryUtils.writer(null, ch.out(), null)) {
+            w.writeString(dataCenterId);
+        }
+    }
+
+    /**
+     * @param ch Payload input channel.
+     */
+    public boolean readDataCenterNodesRequest(PayloadInputChannel ch) {

Review Comment:
   Fixed



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

Reply via email to