hazelcast / hazelcast/hazelcast-cpp-client

[TRACKING ISSUE] Cleanup: Remove the look up to member list on client invocation

Open
#769 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
91
Forks
54
Avg merge
1d 12m
Merged PRs (30d)
5

Description

The tracking issue for the Java side PR.

**Cleanup: Remove the look up to member list on client invocation**

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

---

In 3.12, invocations were opening connections. To avoid opening
a connection to a non-member, we had a member-list check.
In 4.0, it is not needed anymore since connections will not be opened
by invocations.

Related TargetNotMemberException check is also not needed on retry.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.