<hazelcast-client>
<group>
<name>test123</name>
# This is our cluster group name that my hazelcast client should connect to.
</group>
<network>
<cluster-members>
<address>public ip of one of the nodes</address>
</cluster-members>
<outbound-ports>
<ports>34600</ports>
<ports>34700-34710</ports>
</outbound-ports>
<smart-routing>true</smart-routing>
<redo-operation>true</redo-operation>
<connection-timeout>60000</connection-timeout>
<connection-attempt-period>3000</connection-attempt-period>
<connection-attempt-limit>1</connection-attempt-limit>
<socket-options>
<tcp-no-delay>false</tcp-no-delay>
<keep-alive>true</keep-alive>
<reuse-address>true</reuse-address>
<linger-seconds>3</linger-seconds>
<buffer-size>128</buffer-size>
</socket-options>
<aws enabled="false" connection-timeout-seconds="11">
<inside-aws>true</inside-aws>
<access-key>********</access-key>
<secret-key>************</secret-key>
<region>ap-south-1</region>
<!-- <host-header>
ec2.amazonaws.com</host-header> -->
<security-group-name>************</security-group-name>
<!-- <tag-key>type</tag-key> <tag-value>hz-nodes</tag-value> -->
</aws>
<gcp enabled="false">
<zones>us-east1-b,us-east1-c</zones>
</gcp>
<azure enabled="false">
<client-id>CLIENT_ID</client-id>
<client-secret>CLIENT_SECRET</client-secret>
<tenant-id>TENANT_ID</tenant-id>
<subscription-id>SUB_ID</subscription-id>
<cluster-id>HZLCAST001</cluster-id>
<group-name>GROUP-NAME</group-name>
</azure>
<kubernetes enabled="false">
<namespace>MY-KUBERNETES-NAMESPACE</namespace>
<service-name>MY-SERVICE-NAME</service-name>
<service-label-name>MY-SERVICE-LABEL-NAME</service-label-name>
<service-label-value>MY-SERVICE-LABEL-VALUE</service-label-value>
</kubernetes>
<eureka enabled="false">
<self-registration>true</self-registration>
<namespace>hazelcast</namespace>
</eureka>
<icmp-ping enabled="false">
<timeout-milliseconds>2000</timeout-milliseconds>
<interval-milliseconds>3000</interval-milliseconds>
<ttl>100</ttl>
<max-attempts>5</max-attempts>
<echo-fail-fast-on-startup>false</echo-fail-fast-on-startup>
</icmp-ping>
<hazelcast-cloud enabled="false">
<discovery-token>EXAMPLE_TOKEN</discovery-token>
</hazelcast-cloud>
</network>
</hazelcast-client>
Please find below Hazelcast client logs. We have the below logs only for now. Will share more logs if needed.
We don't have any server logs created for this issue since I think hz client is unable to connect to cluster as of now.