| Darius Jokilehto | a95a8b8 | 2023-01-04 22:34:13 +0000 | [diff] [blame] | 1 | # What is this for? |
| 2 | |
| 3 | This docker compose sets up primary and replica nodes using pull-replication to |
| 4 | replicate with notifications over a broker. In this case our broker |
| 5 | implementation is Kafka. |
| 6 | |
| 7 | Copy the pull-replication, events-kafka, and events-broker artefacts to test |
| 8 | into this directory: |
| 9 | |
| 10 | ```bash |
| 11 | cp $GERRIT_HOME/bazel-bin/plugins/pull-replication/pull-replication.jar . |
| 12 | cp $GERRIT_HOME/bazel-bin/plugins/events-kafka/events-kafka.jar . |
| Saša Živkov | fe2e71c | 2023-05-08 10:43:19 +0200 | [diff] [blame] | 13 | cp $GERRIT_HOME/bazel-bin/plugins/events-broker/events-broker.jar . |
| Darius Jokilehto | a95a8b8 | 2023-01-04 22:34:13 +0000 | [diff] [blame] | 14 | ``` |
| 15 | |
| 16 | Start up the application using docker compose: |
| 17 | |
| 18 | ```bash |
| 19 | docker-compose up |
| 20 | ``` |