Skip to content
#

imdg

Here are 18 public repositories matching this topic...

mdumandag
mdumandag commented Oct 14, 2020

For example, to configure the reconnect mode, one has to do the following.

import hazelcast

from hazelcast.config import ReconnectMode


client = hazelcast.HazelcastClient(
    reconnect_mode=ReconnectMode.OFF,
)

We can get rid of the import and extra typing required by also allowing configurations like below

import hazelcast

client = hazelcast.Hazelcas

Improve this page

Add a description, image, and links to the imdg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the imdg topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.