@@ -188,7 +188,7 @@ Please see [example instructions](https://docs.conan.io/en/latest/getting_starte
188188- You need to put the following lines to your ` conanfile.txt ` :
189189```
190190[requires]
191- hazelcast-cpp-client/5.1 .0
191+ hazelcast-cpp-client/5.2 .0
192192
193193[generators]
194194cmake
@@ -244,22 +244,22 @@ Follow the instructions for your platform:
244244* [ Windows] ( #1134-windows-users )
245245
246246#### 1.1.3.3. Linux and MacOS Users
247- Here is how you download and extract version 5.1 .0 using the ** curl** command:
247+ Here is how you download and extract version 5.2 .0 using the ** curl** command:
248248``` sh
249- curl -Lo hazelcast-cpp-client-5.1 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.1 .0.tar.gz
250- tar xzf hazelcast-cpp-client-5.1 .0.tar.gz
249+ curl -Lo hazelcast-cpp-client-5.2 .0.tar.gz https://github.com/hazelcast/hazelcast-cpp-client/archive/v5.2 .0.tar.gz
250+ tar xzf hazelcast-cpp-client-5.2 .0.tar.gz
251251```
252252
253253Alternatively, you may clone the repository and checkout a specific version:
254254``` sh
255255git clone https://github.com/hazelcast/hazelcast-cpp-client.git
256256cd hazelcast-cpp-client
257- git checkout v5.1 .0
257+ git checkout v5.2 .0
258258```
259259
260260Once you are in the source directory of the Hazelcast C++ client library, create and change into a new directory:
261261``` sh
262- cd hazelcast-cpp-client-5.1 .0
262+ cd hazelcast-cpp-client-5.2 .0
263263mkdir build
264264cd build
265265```
@@ -283,7 +283,7 @@ Download and extract the release archive from the
283283
284284Open a ` cmd ` window and change into the folder where you extracted the contents of the release archive. Then create and change into a new directory:
285285``` bat
286- cd hazelcast-cpp-client-5.1 .0
286+ cd hazelcast-cpp-client-5.2 .0
287287mkdir build
288288cd build
289289```
@@ -360,17 +360,17 @@ Follow the instructions below to create a Hazelcast cluster:
360360
361361You should see a log similar to the following, which means that your single member cluster is ready to be used:
362362
363- ```
363+ < pre >
364364Nov 19, 2022 2:52:59 PM com.hazelcast.internal.cluster.ClusterService
365- INFO: [192.168.1.112]:5701 [dev] [5.1.0 ]
365+ INFO: [192.168.1.112]:5701 [dev] [< i >5.x.x</ i > ]
366366
367367Members {size:1, ver:1} [
368368 Member [192.168.1.112]:5701 - 360ba49b-ef33-4590-9abd-ceff3e31dc06 this
369369]
370370
371371Nov 19, 2022 2:52:59 PM com.hazelcast.core.LifecycleService
372- INFO: [192.168.1.112]:5701 [dev] [5.1.0 ] [192.168.1.112]:5701 is STARTED
373- ```
372+ INFO: [192.168.1.112]:5701 [dev] [< i >5.x.x</ i > ] [192.168.1.112]:5701 is STARTED
373+ </ pre >
374374
375375#### 1.2.1.3. Adding User Java Library to Java CLASSPATH
376376
@@ -600,21 +600,21 @@ int main() {
600600}
601601```
602602This should print logs about the cluster members and information about the client itself such as client type and local address port.
603- ```
604- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:375] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent Client (75121987-12fe-4ede-860d-59222e6d3ef2) is STARTING
605- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:379] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent STARTING
606- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
607- 18/11/2022 21:22:26.837 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[10.212.1.117:5701]
608- 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
609- 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:a27f900e-b1eb-48be-aa46-d7a4922ef704, server version: 4.2, local address: Address[10.212.1.116:37946]
610- 18/11/2022 21:22:26.841 INFO: [139868341360384] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:881]
603+ < pre >
604+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:375] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent Client (75121987-12fe-4ede-860d-59222e6d3ef2) is STARTING
605+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:379] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent STARTING
606+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
607+ 18/11/2022 21:22:26.837 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[10.212.1.117:5701]
608+ 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
609+ 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:a27f900e-b1eb-48be-aa46-d7a4922ef704, server version: 4.2, local address: Address[10.212.1.116:37946]
610+ 18/11/2022 21:22:26.841 INFO: [139868341360384] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:881]
611611
612612Members [1] {
613613 Member[10.212.1.117]:5701 - a27f900e-b1eb-48be-aa46-d7a4922ef704
614614}
615615
616616Started the Hazelcast C++ client instance hz.client_1
617- ```
617+ </ pre >
618618Congratulations! You just started a Hazelcast C++ Client.
619619
620620** Using a Map**
@@ -654,14 +654,14 @@ int main() {
654654
655655** Output**
656656
657- ```
658- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:375] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent Client (75121987-12fe-4ede-860d-59222e6d3ef2) is STARTING
659- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:379] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent STARTING
660- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
661- 18/11/2022 21:22:26.837 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[10.212.1.117:5701]
662- 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
663- 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:a27f900e-b1eb-48be-aa46-d7a4922ef704, server version: 4.2, local address: Address[10.212.1.116:37946]
664- 18/11/2022 21:22:26.841 INFO: [139868341360384] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:881]
657+ < pre >
658+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:375] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent Client (75121987-12fe-4ede-860d-59222e6d3ef2) is STARTING
659+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:379] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent STARTING
660+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
661+ 18/11/2022 21:22:26.837 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[10.212.1.117:5701]
662+ 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
663+ 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:a27f900e-b1eb-48be-aa46-d7a4922ef704, server version: 4.2, local address: Address[10.212.1.116:37946]
664+ 18/11/2022 21:22:26.841 INFO: [139868341360384] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:881]
665665
666666Members [1] {
667667 Member[10.212.1.117]:5701 - a27f900e-b1eb-48be-aa46-d7a4922ef704
@@ -670,7 +670,7 @@ Added IT personnel. Logging all known personnel
670670Alice is in IT department
671671Clark is in IT department
672672Bob is in IT department
673- ```
673+ </ pre >
674674
675675You see this example puts all the IT personnel into a cluster-wide ` personnel_map ` and then prints all the known personnel.
676676
@@ -713,14 +713,14 @@ auto personnel = hz.get_map("personnel_map").get();
713713
714714** Output**
715715
716- ```
717- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:375] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent Client (75121987-12fe-4ede-860d-59222e6d3ef2) is STARTING
718- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:379] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent STARTING
719- 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
720- 18/11/2022 21:22:26.837 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[10.212.1.117:5701]
721- 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
722- 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:a27f900e-b1eb-48be-aa46-d7a4922ef704, server version: 4.2, local address: Address[10.212.1.116:37946]
723- 18/11/2022 21:22:26.841 INFO: [139868341360384] client_1[dev] [5.1.0 ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:881]
716+ < pre >
717+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:375] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent Client (75121987-12fe-4ede-860d-59222e6d3ef2) is STARTING
718+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:379] (Wed Nov 18 17:25:23 2022 +0300:3b11bea) LifecycleService::LifecycleEvent STARTING
719+ 18/11/2022 21:22:26.835 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
720+ 18/11/2022 21:22:26.837 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[10.212.1.117:5701]
721+ 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
722+ 18/11/2022 21:22:26.840 INFO: [139868602337152] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:a27f900e-b1eb-48be-aa46-d7a4922ef704, server version: 4.2, local address: Address[10.212.1.116:37946]
723+ 18/11/2022 21:22:26.841 INFO: [139868341360384] client_1[dev] [< i >5.x.x</ i > ] [/home/ihsan/hazelcast-cpp-client/hazelcast/src/hazelcast/client/spi.cpp:881]
724724
725725Members [1] {
726726 Member[10.212.1.117]:5701 - a27f900e-b1eb-48be-aa46-d7a4922ef704
@@ -731,7 +731,7 @@ Erwing is in Sales department
731731Fatih is in Sales department
732732Bob is in IT department
733733Clark is in IT department
734- ```
734+ </ pre >
735735
736736You will see this time we add only the sales employees but we get the list all known employees including the ones in IT. That is because our map lives in the cluster and no matter which client we use, we can access the whole map.
737737
@@ -2342,25 +2342,25 @@ int main() {
23422342
23432343** Output:**
23442344
2345- ```
2346- 20/11/2022 12:26:43.340 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:375] (Fri Nov 20 11:03:59 2022 +0300:f2326084c3) LifecycleService::LifecycleEvent Client (7add62a3-c6ec-4002-a9d8-79ed4639f8e9) is STARTING
2347- 20/11/2022 12:26:43.343 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:379] (Fri Nov 20 11:03:59 2022 +0300:f2326084c3) LifecycleService::LifecycleEvent STARTING
2348- 20/11/2022 12:26:43.343 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
2349- 20/11/2022 12:26:43.398 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[127.0.0.1:5701]
2350- 20/11/2022 12:26:43.409 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
2351- 20/11/2022 12:26:43.410 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:8324bc53-8190-400c-bcbf-e582834a0542, server version: 4.2, local address: Address[127.0.0.1:63383]
2352- 20/11/2022 12:26:43.412 INFO: [0x7000062b8000] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:881]
2345+ < pre >
2346+ 20/11/2022 12:26:43.340 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:375] (Fri Nov 20 11:03:59 2022 +0300:f2326084c3) LifecycleService::LifecycleEvent Client (7add62a3-c6ec-4002-a9d8-79ed4639f8e9) is STARTING
2347+ 20/11/2022 12:26:43.343 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:379] (Fri Nov 20 11:03:59 2022 +0300:f2326084c3) LifecycleService::LifecycleEvent STARTING
2348+ 20/11/2022 12:26:43.343 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:387] LifecycleService::LifecycleEvent STARTED
2349+ 20/11/2022 12:26:43.398 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/network.cpp:587] Trying to connect to Address[127.0.0.1:5701]
2350+ 20/11/2022 12:26:43.409 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:411] LifecycleService::LifecycleEvent CLIENT_CONNECTED
2351+ 20/11/2022 12:26:43.410 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/network.cpp:637] Authenticated with server Address[:5701]:8324bc53-8190-400c-bcbf-e582834a0542, server version: 4.2, local address: Address[127.0.0.1:63383]
2352+ 20/11/2022 12:26:43.412 INFO: [0x7000062b8000] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:881]
23532353
23542354Members [1] {
23552355 Member[localhost]:5701 - 8324bc53-8190-400c-bcbf-e582834a0542
23562356}
23572357Client connected to the cluster
2358- 20/11/2022 12:26:48.700 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:395] LifecycleService::LifecycleEvent SHUTTING_DOWN
2359- 20/11/2022 12:26:48.701 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/network.cpp:545] Removed connection to endpoint: Address[localhost:5701], connection: ClientConnection{alive=0, connectionId=1, remoteEndpoint=Address[localhost:5701], lastReadTime=2022-11-20 12:26:43.-286, closedTime=2022-11-20 12:26:48.000, connected server version=4.2}
2360- 20/11/2022 12:26:48.701 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:419] LifecycleService::LifecycleEvent CLIENT_DISCONNECTED
2358+ 20/11/2022 12:26:48.700 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:395] LifecycleService::LifecycleEvent SHUTTING_DOWN
2359+ 20/11/2022 12:26:48.701 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/network.cpp:545] Removed connection to endpoint: Address[localhost:5701], connection: ClientConnection{alive=0, connectionId=1, remoteEndpoint=Address[localhost:5701], lastReadTime=2022-11-20 12:26:43.-286, closedTime=2022-11-20 12:26:48.000, connected server version=4.2}
2360+ 20/11/2022 12:26:48.701 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:419] LifecycleService::LifecycleEvent CLIENT_DISCONNECTED
23612361Client is disconnected from the cluster
2362- 20/11/2022 12:26:48.703 INFO: [0x11a0acdc0] hz.client_1[dev] [5.1.0 ] [../hazelcast/src/hazelcast/client/spi.cpp:403] LifecycleService::LifecycleEvent SHUTDOWN
2363- ```
2362+ 20/11/2022 12:26:48.703 INFO: [0x11a0acdc0] hz.client_1[dev] [< i >5.x.x</ i > ] [../hazelcast/src/hazelcast/client/spi.cpp:403] LifecycleService::LifecycleEvent SHUTDOWN
2363+ </ pre >
23642364
23652365### 7.5.2. Distributed Data Structure Events
23662366
0 commit comments