-
Hi folks A Zeta server couldn't find other members via Kubernetes API since after bump a version from 2.3.5 to 2.3.7 Starting a cluster like this
hazelcast.yaml hazelcast:
cluster-name: seatunnel
network:
rest-api:
enabled: true
endpoint-groups:
CLUSTER_WRITE:
enabled: true
DATA:
enabled: true
join:
multicast:
enabled: false
kubernetes:
enabled: true
service-port: 5801
namespace: MY_NAMESPACE
service-name: seatunnel
port:
auto-increment: false
port: 5801
properties:
hazelcast.logging.type: log4j2
hazelcast.invocation.max.retry.count: 100
hazelcast.invocation.retry.pause.millis: 1000
hazelcast.tcp.join.port.try.count: 30
hazelcast.slow.operation.detector.stacktrace.logging.enabled: true
hazelcast.operation.generic.thread.count: 50
hazelcast.client.invocation.timeout.seconds: 3600 Thanks for all your supports |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
Do you mind if I ask this issue? @EricJoy2048 |
Beta Was this translation helpful? Give feedback.
-
have you tried with this way https://seatunnel.apache.org/docs/start-v2/kubernetes/ ? |
Beta Was this translation helpful? Give feedback.
I created #7757