hazelcast / hazelcast/hazelcast-csharp-client
[TRACKING ISSUE] Add ability to disallow on random target for ClientInvocations [API-2061]
Open
Jira
Source: Tracking
- Dominant language
- C#
- Stars
- 107
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
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
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.