From 8bb68069d710411854c38c518f293041d5740d56 Mon Sep 17 00:00:00 2001 From: emre Date: Mon, 5 Feb 2018 17:29:03 +0300 Subject: [PATCH] Update readme for existing Hazelcast instance usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1ad113..7a47623 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ An example client config that connects directly (i.e. doesn't use multicast) to - Add `sticky` attribute into `` element. Its default value is *true*. - Add `processExpiresFrequency` attribute into `` element. It specifies the frequency of session validity check, in seconds. Its default value is *6* and the minimum value that you can set is *1*. - Add `deferredWrite` attribute into `` element. Its default value is *true*. +- In P2P mode, add `hazelcastInstanceName` attribute into `` element. It specifies an existing Hazelcast instance to use for session replication.