EricJoy2048 commented on issue #3380:
URL:
https://github.com/apache/incubator-seatunnel/issues/3380#issuecomment-1311490928
Your machine can not use TCP Service Discovery. SeaTunnel Cluster support
`multicast` Service Discovery. You can use it by update the config file:
### $SEATUNNEL_HOME/config/hazelcast.yaml
```
hazelcast:
cluster-name: seatunnel
network:
join:
tcp-ip:
enabled: false
member-list:
- localhost
port:
auto-increment: true
port-count: 100
port: 5801
properties:
hazelcast.invocation.max.retry.count: 20
hazelcast.tcp.join.port.try.count: 100
```
--
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]