hazelcast / hazelcast-cpp-client

Hazelcast IMDG C++ Client
https://hazelcast.com/clients/cplusplus/
Apache License 2.0
83 stars 46 forks source link

Missing "get_distributed_objects()" function #1120

Open neilstevenson opened 1 year ago

neilstevenson commented 1 year ago

Hazelcast Cpp client version: 5.1.0

In https://github.com/hazelcast/hazelcast-cpp-client/blob/master/hazelcast/src/hazelcast/client/client_impl.cpp#L432 getDistributedObject( name) is implemented but not getDistributedObjects

neilstevenson commented 1 year ago

Also, getDistributedObject(name) would be more useful if it also took a service name