Skip to content

Commit 198bc37

Browse files
committed
Update Keeper feature flag defaults
1 parent fdfdc98 commit 198bc37

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/guides/sre/keeper/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,14 @@ The following features are available:
452452

453453
- `multi_read` - support for read multi request. Default: `1`
454454
- `filtered_list` - support for list request which filters results by the type of node (ephemeral or persistent). Default: `1`
455-
- `check_not_exists` - support for `CheckNotExists` request, which asserts that node doesn't exists. Default: `0`
456-
- `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`
457-
- `remove_recursive` - support for `RemoveRecursive` request, which removes the node along with its subtree. Default: `0`
455+
- `check_not_exists` - support for `CheckNotExists` request, which asserts that node doesn't exists. Default: `1`
456+
- `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: `1`
457+
- `remove_recursive` - support for `RemoveRecursive` request, which removes the node along with its subtree. Default: `1`
458+
459+
:::note
460+
Some of the feature flags were enabled by default since 25.7.
461+
The recommended way for upgrading Keeper to 25.7+ is to upgrade first to 24.9+ version.
462+
:::
458463

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

0 commit comments

Comments
 (0)