hazelcast / hazelcast-go-client

Hazelcast Go Client
https://hazelcast.com/clients/go
Apache License 2.0
193 stars 58 forks source link

[TRACKING ISSUE] Fix client not complying with the cluster reconnect strategy [API-1492] #787

Open hz-devops-test opened 2 years ago

hz-devops-test commented 2 years ago

The tracking issue for the Java side PR.

See https://github.com/hazelcast/hazelcast/pull/21568 for details.


This change prevents the client from doing the periodic attempt for connecting cluster members again when the client is disconnect from the cluster.

Fixes https://github.com/hazelcast/hazelcast/issues/21565 (https://stackoverflow.com/questions/72538589/hazelcast-client-too-many-logs-when-reconnecting-to-cluster)

Checklist:

github-actions[bot] commented 2 years ago

Internal Jira issue: API-1492