hazelcast / hazelcast/hazelcast-python-client
Consider supporting declarative configuration
Open
Priority: Low
Source: Internal
Type: Enhancement
- Dominant language
- Python
- Stars
- 116
- Forks
- 78
- Avg merge
- 10d 22h
- Merged PRs (30d)
- 1
Description
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:
```python
xml_config = "..."
client = HazelcastClient.from_xml(xml_config)
```
See also: https://github.com/hazelcast/hazelcast-python-client/issues/321
Contributor guide
Assessment
This issue has not been assessed yet.