Skip to content

Commit

Permalink
Auto switching to read only mode in hermes-management #1052 - updated…
Browse files Browse the repository at this point in the history
… CHANGELOG.md
  • Loading branch information
jewertow committed Jul 5, 2019
1 parent 53ff82f commit 8de06ea
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8de06ea

Please sign in to comment.