This plugin replaces the built-in Gerrit H2 based websession cache with a broker based implementation. This allows to share sessions without common file system. This is particularly useful for multi-site scenario.
Prerequisites:
For the masters:
$GERRIT_SITE/lib
directory and the following property must be added to the $GERRIT_SITE/etc/gerrit.config
[gerrit] installModule = com.gerritforge.gerrit.eventbroker.BrokerApiModule
For further information and supported options, refer to config documentation.