hazelcast / hazelcast/hazelcast-cpp-client
[TRACKING ISSUE] Get rid of ResponseParameters for single response
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.
**Get rid of ResponseParameters for single response**
See https://github.com/hazelcast/hazelcast/pull/17162 for details.
---
ClientCodec returns the parameters on a different object.
This is necessary for a multivariable response but for single
types it is an unnecessary object.
The same applied to single variable requests
Protocol pr: https://github.com/hazelcast/hazelcast-client-protocol/pull/328
Contributor guide
Assessment
This issue has not been assessed yet.