tungtose commented on code in PR #2476:
URL: https://github.com/apache/iggy/pull/2476#discussion_r2622860250


##########
core/configs/server.toml:
##########
@@ -141,6 +141,9 @@ enabled = true
 # For example, "127.0.0.1:8090" listens on localhost only on port 8090.
 address = "127.0.0.1:8090"
 
+# Enable TCP socket migration across shards.

Review Comment:
   resolved



##########
core/server/src/streaming/session.rs:
##########
@@ -60,6 +62,14 @@ impl Session {
         self.active.set(false);
     }
 
+    pub fn is_migrated(&self) -> bool {

Review Comment:
   resolved



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