You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "Hisoka-X (via GitHub)" <gi...@apache.org> on 2023/03/07 06:19:38 UTC

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #4174: [Improve][Zeta][Config] Add advanced-network-configuration in default config file

Hisoka-X commented on code in PR #4174:
URL: https://github.com/apache/incubator-seatunnel/pull/4174#discussion_r1127384761


##########
config/hazelcast.yaml:
##########
@@ -17,20 +17,35 @@
 
 hazelcast:
   cluster-name: seatunnel
-  network:
-    rest-api:
-      enabled: true
+  advanced-network:
+    enabled: true
+    member-server-socket-endpoint-config:
+      port:
+        auto-increment: true
+        port-count: 100
+        port: 15801

Review Comment:
   Still use 5801 series port for member socket, not change it. Use 15801 for client maybe be better.



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org