hazelcast / hazelcast/hazelcast-python-client

Consider supporting declarative configuration

Open
#351 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.