-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
There is a user reported problem (https://hazelcastcommunity.slack.com/archives/C01NC9N8CAE/p1613727234002400)
I was able to reproduce it. Basic problem simplified: Java rel_topic works fine if only java clients, C++ client works fine with only C++ clients. But if I start C++ and Java in the same cluster, C++ client continues to work but Java client stops receiving messages. Very weird problem. Here is the reproducer:
- Start server,
- run Java project client: https://github.com/ihsandemir/javaClientTest
- Run C++ client https://github.com/ihsandemir/hz_lib_external (use cmake flag
-DCMAKE_TOOLCHAIN_FILE=/Users/ihsan/Desktop/work/src/vcpkg/scripts/buildsystems/vcpkg.cmakeand make sure hazelcast-cpp-client on the machine. Usegit clone https://github.com/ihsandemir/vcpkg/tree/hazelcast-cpp-client cd vcpkg ./booststrap.sh ./vcpkg install hazelcast-cpp-client