hazelcast / hazelcast/hazelcast-cpp-client
[TRACKING ISSUE] Add ability to disallow on random target for ClientInvocations
Open
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
The tracking issue for the Java side PR.
**Add ability to disallow on random target for ClientInvocations**
See https://github.com/hazelcast/hazelcast/pull/16743 for details.
---
New API usage:
ClientInvocation invocation = new ClientInvocation(client, request, objectName, target);
invocation.disallowRetryOnRandom();
invocation.invoke()
fixes https://github.com/hazelcast/hazelcast/issues/16653
Contributor guide
Assessment
This issue has not been assessed yet.