hazelcast-cpp-client icon indicating copy to clipboard operation
hazelcast-cpp-client copied to clipboard

Configuring client with hazelcast_client.xml

Open apavada opened this issue 7 years ago • 2 comments

Is there a way to configure the C++ client using client xml file like we do with java client? If application has both java and C++ code that connects to hazelcast, do we have to parse the configuration file ourselves on the C++ side? Thanks

apavada avatar Sep 20 '17 02:09 apavada

Hello,

No, we do not have the XML config feature for C++, but it is in our road map. You can see the comparison of features implemented per language here: https://hazelcast.org/clients-languages/

ihsandemir avatar Sep 20 '17 07:09 ihsandemir

@aparnam-asg, thanks for your question! This is something we would like to add in the first part of this year. Stay tuned!

burakcelebi avatar Feb 01 '19 09:02 burakcelebi