This is the multi-page printable view of this section. Click here to print.
Zookeeper to Zookeeper
Plugin for Zookeeper to Zookeeper Synchronization
1 - Introduction
Zookeeper to Zookeeper nodes introduction
Replicates from one Zookeeper instance to another one directly.
Samples
2 - Configuration
Plugin parameters and accepted values
Synchronization
Configuration
| Name | Description | Type | Required |
|---|---|---|---|
| sourceName | Zookeeper instance acting as source | string | yes |
| destinationName | Zookeeper instance acting as destination | string | yes |
| rootPath | Root Path of the contents to synchronize | string | yes |
| createRootPath | Whether to create the Root Path in the destination database | boolean | no |
| ignoreEphemeral | Whether to ignore ephemeral | boolean | no |
| excludePathRegexp | Regular expression for keys to exclude while synchronizing | string | no |