Skip to content

Update index.md #3643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/guides/sre/keeper/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,11 @@ Example of feature flag config that disables `multi_read` and enables `check_not

The following features are available:

`multi_read` - support for read multi request. Default: `1`
`filtered_list` - support for list request which filters results by the type of node (ephemeral or persistent). Default: `1`
`check_not_exists` - support for `CheckNotExists` request which asserts that node doesn't exists. Default: `0`
`create_if_not_exists` - support for `CreateIfNotExists` requests which will try to create a node if it doesn't exist. If it exists, no changes are applied and `ZOK` is returned. Default: `0`
- `multi_read` - support for read multi request. Default: `1`
- `filtered_list` - support for list request which filters results by the type of node (ephemeral or persistent). Default: `1`
- `check_not_exists` - support for `CheckNotExists` request, which asserts that node doesn't exists. Default: `0`
- `create_if_not_exists` - support for `CreateIfNotExists` request, which will try to create a node if it doesn't exist. If it exists, no changes are applied and `ZOK` is returned. Default: `0`
- `remove_recursive` - support for `RemoveRecursive` request, which removes the node along with its subtree. Default: `0`

### Migration from ZooKeeper {#migration-from-zookeeper}

Expand Down