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

[Developer Experience] Improve configuration discoverability and intellisense

Open yuce opened this issue 4 years ago • 0 comments

The discoverability and editor intellisense support for hazelcast.config._Config is pretty good, but currently there's not an easy way to pass a _Config object to HazelcastClient.

The easiest solution would be exposing _Config in an experimental fashion and allow passing an instance of it to HazelcastClient instance while keeping the **kwargs of HazelcastClient.

yuce avatar Feb 05 '21 07:02 yuce