Forward cache eviction events to message broker

Cache eviction events consumption is not yet implemented.
It will be done in a follow up change.

Change-Id: I581c83bfe5357ffaaf7bba61b6f219402139e4fd
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 0c29906..cf6b358 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -31,6 +31,7 @@
 [kafka "publisher"]
   indexEventTopic = gerrit_index
   streamEventTopic = gerrit_stream
+  cacheEvictionEventTopic = gerrit_cache_eviction
   enable = true
 
 [kafka "subscriber"]
@@ -184,6 +185,10 @@
 :   Name of the Kafka topic to use for publishing stream events
     Defaults to GERRIT.EVENT.STREAM
 
+```kafka.publisher.cacheEvictionEventTopic```
+:   Name of the Kafka topic to use for publishing cache eviction events
+    Defaults to GERRIT.EVENT.CACHE.EVICTION
+
 ```kafka.publisher.enable```
 :   Enable publishing events to Kafka
 
@@ -194,4 +199,4 @@
 :   Polling interval for checking incoming events
 
 ```kafka.subscriber.autoCommitIntervalMs```
-:   Interval for committing incoming events automatically after consumption
\ No newline at end of file
+:   Interval for committing incoming events automatically after consumption