diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-08-12 13:14:17 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-10-04 08:17:31 +0000 |
commit | 425ebb15f5177f99103198aedc158b5691763fd9 (patch) | |
tree | c645e774ed65c900c9d723da626c4ddd23d150a6 /docs/configuration.rst | |
parent | ef496e13e2ad9bea5975df7b671442404fbf38b6 (diff) |
[KAFKA] Allow kafka params to be passed as config
Allow topic names to be passed
Add new api endpoint to retrieve the kafka and topic info
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1744
Change-Id: Id7bdcf54c6191a5953bc94092218595bf608a733
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 54c1760d8f..20d164bfa6 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -59,6 +59,17 @@ environment.json "fqdn": ["10.0.11.1", "10.0.11.1"] }, + # Kafka config + "Kafka": { + "bootstrap": "kafka-bootstrap:9092" + }, + + # Messaging topics to be used by clients + "DistributionTopics": { + "notificationTopicName": "SDC-DISTR-NOTIF-TOPIC", + "statusTopicName": "SDC-DISTR-STATUS-TOPIC" + }, + # IPs used for docker configuration "Nodes": { "CS": ["yyy"], |