From 8de06ea94c123103637debf2abf54eaaff198610 Mon Sep 17 00:00:00 2001 From: Jacek Ewertowski Date: Fri, 5 Jul 2019 11:17:24 +0200 Subject: [PATCH] Auto switching to read only mode in hermes-management #1052 - updated CHANGELOG.md --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e183ad4e..efeedac991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ ### ... +## 1.1.1 (05.07.2019) + +### Enhancements + +#### ([1052](https://github.com/allegro/hermes/issues/1052)) Auto switching to read only mode in hermes-management + +Hermes-management verifies whether all zookeeper clusters are available. + +It writes periodically a timestamp to each one of them. + +When the timestamp write fails on one of the zk clusters then management switches into ReadOnly mode. + +This feature is disabled by default. Enable with: + +```yaml +management: + health: + periodSeconds: 30 + enabled: true +``` + ## 1.1.0 (02.07.2019) ### Enhancements