hazelcast / hazelcast/hazelcast-cpp-client

"set_labels" does not work [API-2360]

Open
#1,117 1 comment 0 reactions 0 assignees View on GitHub
to-jira Type: Defect
Dominant language
C++
Stars
91
Forks
54
Avg merge
1d 12m
Merged PRs (30d)
5

Description

C++ compiler version: g++ (GCC) 5.3.1 20160406
Hazelcast Cpp client version: 5.1.0
Hazelcast server version: 5.3.0-SNAPSHOT (20230227 - fb61178)
Number of the clients: 1
Cluster size, i.e. the number of Hazelcast cluster members: 1
OS version (Windows/Linux/OSX): Mac Ventura 13.2.1

#### Expected behaviour
Client labels show on Management Center

#### Actual behaviour
image

#### Steps to reproduce the behaviour
```
std::unordered_set myLabels;
myLabels.insert("HELLO");
myLabels.insert("WORLD");
client_config.set_labels(myLabels);
```

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.