diff options
author | 2024-01-22 18:54:28 +0000 | |
---|---|---|
committer | 2024-01-25 15:01:38 +0000 | |
commit | 14d6bfebdd4a8873084e4f1fcbdeb6453fdd4bca (patch) | |
tree | 0143dd946a1cb572b261bc731348e003475d0beb /README.md | |
parent | e4a667b450fc076e59898be9f314bf4db300f1e5 (diff) |
Remove Dmaap references from CLAMP
Issue-ID:POLICY-4881
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: Id305f7538ebc9822f121a868126e188d426c18f6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -73,7 +73,7 @@ This file is a JSON that must be specified to Spring config, here is an example: "activateServerTLSAuth":"false", "keyStorePassword":"", "keyStorePath":"", - "messageBusAddresses":["dmaaphost.com"] + "messageBusAddresses":["Kafkahost.com"] }, "sdc-controller2":{ "user": "clamp", @@ -87,15 +87,15 @@ This file is a JSON that must be specified to Spring config, here is an example: "activateServerTLSAuth":"false", "keyStorePassword":"", "keyStorePath":"", - "messageBusAddresses":["dmaaphost.com"] + "messageBusAddresses":["kafkahost.com"] } } } ``` Multiple controllers can be configured so that Clamp is able to receive the notifications from different SDC servers. Each Clamp existing in a cluster should have different consumerGroup and consumerId so that they can each consume the SDC notification. -The environmentName is normally the Dmaap Topic used by SDC. -If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Dmaap servers) +The environmentName is normally the Kafka Topic used by SDC. +If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Kafka servers) ### Docker-compose |