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

Consider supporting declarative configuration

Open yuce opened this issue 4 years ago • 0 comments

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

yuce avatar Feb 02 '21 23:02 yuce