Document supported version is stable-3.3

Documentation states this plugin works on 3.2, but actually it breaks
when built on 3.2 with:

error: cannot find symbol
 private PluginConfig.Update pluginConfig;

error: cannot find symbol
import com.google.gerrit.acceptance.WaitUtil;

Given that stable-3.2 is going to be EOL very soon, update documentation
to state that support is only from stable-3.3

Change-Id: I1648888f23d4cbff6ab87c7bb77020fc96c99b4c
1 file changed
tree: 2337934a0bc7adab010ed2f893d975e03f71275b
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

Gerrit DynamoDB ref-db

This plugin provides an implementation of the Gerrit global ref-db backed by AWS DynamoDB.

Requirements for using this plugin are:

  • Gerrit v3.3 or later
  • DynamoDB provisioned in AWS

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 for more details on the high level architecture.