https://github.com/gerritcodereview/plugins_zookeeper-refdb
Zookeeper-backed reference database plugin. - (mirror of http://gerrit.googlesource.com/plugins%2Fzookeeper-refdb)
https://github.com/gerritcodereview/plugins_zookeeper-refdb
Last synced: 9 months ago
JSON representation
Zookeeper-backed reference database plugin. - (mirror of http://gerrit.googlesource.com/plugins%2Fzookeeper-refdb)
- Host: GitHub
- URL: https://github.com/gerritcodereview/plugins_zookeeper-refdb
- Owner: GerritCodeReview
- License: apache-2.0
- Created: 2015-12-10T09:45:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T12:04:43.000Z (11 months ago)
- Last Synced: 2025-06-09T17:15:34.656Z (10 months ago)
- Language: Java
- Size: 747 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gerrit Zookeeper ref-db
This plugin provides an implementation of the Gerrit global ref-db backed by
[Apache Zookeeper](https://zookeeper.apache.org/).
Requirements for using this plugin are:
- Gerrit v3.2 or later
- Apache Zookeeper v3.4 or later
## Typical use-case
The global ref-db is a typical use-case of a Gerrit multi-master scenario
in a multi-site setup. Refer to the
[Gerrit multi-site plugin](https://gerrit.googlesource.com/plugins/multi-site/+/master/DESIGN.md)
for more details on the high level architecture.