Skip to content

Commit

Permalink
Support globalOutstandingLimit (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Aug 12, 2019
1 parent ad24393 commit 3a16b73
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 85 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.7
- New features:
- [Support global outstanding limit](https://github.com/deric/puppet-zookeeper/issues/128) (#128)
- [Full diff](https://github.com/deric/puppet-zookeeper/compare/v0.8.6...v0.8.7)

## 0.8.6
- New features:
- [Support commands whitelist](https://github.com/deric/puppet-zookeeper/issues/135) (#135)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ After=network-online.target
- `snap_retain_count` - number of snapshots that will be kept after purging (since ZooKeeper 3.4.0)
- `min_session_timeout` - the minimum session timeout in milliseconds that the server will allow the client to negotiate. Defaults to 2 times the **tickTime** (since ZooKeeper 3.3.0)
- `max_session_timeout` - the maximum session timeout in milliseconds that the server will allow the client to negotiate. Defaults to 20 times the **tickTime** (since ZooKeeper 3.3.0)
- `global_outstanding_limit` - ZooKeeper will throttle clients so that there is no more than `global_outstanding_limit` outstanding requests in the system.
- `manage_service` (default: `true`) whether Puppet should ensure running service
- `manage_service_file` when enabled on RHEL 7.0 a systemd config will be managed
- `ensure_account` controls whether `zookeeper` user and group will be ensured (set to `false` to disable this feature)
Expand Down
Loading

0 comments on commit 3a16b73

Please sign in to comment.