hazelcast-python-client
hazelcast-python-client copied to clipboard
Consider supporting declarative configuration
It would be very convenient to configure the client using the same declarative configuration format (XML and probably YAML) with Hazelcast Java client.
We would add class methods for XML (and maybe YAML) configuration. Something like:
xml_config = "..."
client = HazelcastClient.from_xml(xml_config)
See also: https://github.com/hazelcast/hazelcast-python-client/issues/321