diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-12-18 15:58:56 +0100 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-12-20 14:57:25 +0100 |
commit | 4128aa2c9368ed20fab92e8c0df83f14d6233b86 (patch) | |
tree | cff4cf2428a288b7b86830f282b81d41a41ad250 /development/bin | |
parent | 4ab95420e42f6df59bd4851eee41be6579bdbbe1 (diff) |
There should be one KafkaSender per configuration
We should keep only one instance of KafkaSender per instance. However,
as the configuration might be changed (Consul update) it cannot be a
strict singleton. Hence there should be 1to1 relationship beetween
ConsulConfiguration and KafkaSender.
Change-Id: Ie168028c4427741254b8c2fe316b82cca72d7668
Issue-ID: DCAEGEN2-1047
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'development/bin')
-rwxr-xr-x | development/bin/consul.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/development/bin/consul.sh b/development/bin/consul.sh index c229f83e..39f0bdef 100755 --- a/development/bin/consul.sh +++ b/development/bin/consul.sh @@ -61,7 +61,6 @@ TOPIC=${2:-HV_VES_PERF3GPP} CONFIGURATION=" { - \"dmaap.kafkaBootstrapServers\": \"message-router-kafka:9092\", \"collector.routing\": [{ \"fromDomain\": \"${DOMAIN}\", |