@@ -188,7 +188,7 @@ Please see [example instructions](https://docs.conan.io/en/latest/getting_starte
188
188
- You need to put the following lines to your ` conanfile.txt ` :
189
189
```
190
190
[requires]
191
- hazelcast-cpp-client/5.1 .0
191
+ hazelcast-cpp-client/5.2 .0
192
192
193
193
[generators]
194
194
cmake
@@ -244,22 +244,22 @@ Follow the instructions for your platform:
244
244
* [ Windows] ( #1134-windows-users )
245
245
246
246
#### 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:
248
248
``` 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
251
251
```
252
252
253
253
Alternatively, you may clone the repository and checkout a specific version:
254
254
``` sh
255
255
git clone https://github.com/hazelcast/hazelcast-cpp-client.git
256
256
cd hazelcast-cpp-client
257
- git checkout v5.1 .0
257
+ git checkout v5.2 .0
258
258
```
259
259
260
260
Once you are in the source directory of the Hazelcast C++ client library, create and change into a new directory:
261
261
``` sh
262
- cd hazelcast-cpp-client-5.1 .0
262
+ cd hazelcast-cpp-client-5.2 .0
263
263
mkdir build
264
264
cd build
265
265
```
@@ -283,7 +283,7 @@ Download and extract the release archive from the
283
283
284
284
Open 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:
285
285
``` bat
286
- cd hazelcast-cpp-client-5.1 .0
286
+ cd hazelcast-cpp-client-5.2 .0
287
287
mkdir build
288
288
cd build
289
289
```
@@ -360,17 +360,17 @@ Follow the instructions below to create a Hazelcast cluster:
360
360
361
361
You should see a log similar to the following, which means that your single member cluster is ready to be used:
362
362
363
- ```
363
+ < pre >
364
364
Nov 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 > ]
366
366
367
367
Members {size:1, ver:1} [
368
368
Member [192.168.1.112]:5701 - 360ba49b-ef33-4590-9abd-ceff3e31dc06 this
369
369
]
370
370
371
371
Nov 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 >
374
374
375
375
#### 1.2.1.3. Adding User Java Library to Java CLASSPATH
376
376
@@ -600,21 +600,21 @@ int main() {
600
600
}
601
601
```
602
602
This 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]
611
611
612
612
Members [1] {
613
613
Member[10.212.1.117]:5701 - a27f900e-b1eb-48be-aa46-d7a4922ef704
614
614
}
615
615
616
616
Started the Hazelcast C++ client instance hz.client_1
617
- ```
617
+ </ pre >
618
618
Congratulations! You just started a Hazelcast C++ Client.
619
619
620
620
** Using a Map**
@@ -654,14 +654,14 @@ int main() {
654
654
655
655
** Output**
656
656
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]
665
665
666
666
Members [1] {
667
667
Member[10.212.1.117]:5701 - a27f900e-b1eb-48be-aa46-d7a4922ef704
@@ -670,7 +670,7 @@ Added IT personnel. Logging all known personnel
670
670
Alice is in IT department
671
671
Clark is in IT department
672
672
Bob is in IT department
673
- ```
673
+ </ pre >
674
674
675
675
You see this example puts all the IT personnel into a cluster-wide ` personnel_map ` and then prints all the known personnel.
676
676
@@ -713,14 +713,14 @@ auto personnel = hz.get_map("personnel_map").get();
713
713
714
714
** Output**
715
715
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]
724
724
725
725
Members [1] {
726
726
Member[10.212.1.117]:5701 - a27f900e-b1eb-48be-aa46-d7a4922ef704
@@ -731,7 +731,7 @@ Erwing is in Sales department
731
731
Fatih is in Sales department
732
732
Bob is in IT department
733
733
Clark is in IT department
734
- ```
734
+ </ pre >
735
735
736
736
You 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.
737
737
@@ -2342,25 +2342,25 @@ int main() {
2342
2342
2343
2343
** Output:**
2344
2344
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]
2353
2353
2354
2354
Members [1] {
2355
2355
Member[localhost]:5701 - 8324bc53-8190-400c-bcbf-e582834a0542
2356
2356
}
2357
2357
Client 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
2361
2361
Client 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 >
2364
2364
2365
2365
### 7.5.2. Distributed Data Structure Events
2366
2366
0 commit comments