Skip to content

Commit

Permalink
Add client connectivity logging property [HZ-4734] (#1123)
Browse files Browse the repository at this point in the history
Adds reference docs for new client property
`hazelcast.client.connectivity.logging.delay.seconds`

Mono PR: hazelcast/hazelcast-mono#2151

(cherry picked from commit 917a271)
  • Loading branch information
gareth-johnston authored and GitHub Actions Bot committed Jul 30, 2024
1 parent a57dc86 commit b13b334
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/modules/clients/pages/java.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2628,6 +2628,15 @@ increased performance and reduced memory usage.
to the same member when this property is `true`. When it is set to `false`,
the client tries to connect to the members in the given order.

|`hazelcast.client.connectivity.logging.delay.seconds`
|10
|int
|Delay in seconds after which the client logs connectivity statistics after member connection changes.
If a member connection state changes before the delay period has elapsed, the delay is reset.
The delay reduces noise from frequent connection updates that
can occur in bursts. Note that only the last connectivity view will be
logged when the task is run after this delay.

|`hazelcast.client.statistics.enabled`
|false
|bool
Expand Down

0 comments on commit b13b334

Please sign in to comment.