diff options
author | 2019-09-24 09:46:24 +0200 | |
---|---|---|
committer | 2019-09-26 14:34:14 +0200 | |
commit | 728ca6351b290a15cb7fec07f56e0752f7addd70 (patch) | |
tree | 62314472bf5e5180f671e8f8a45239d4bf46c674 /tools/performance/cloud/test.properties | |
parent | 6d815b760e927bace06451cf72972a505a080b6c (diff) |
Add partition offset metric to each topic partition
Before this commit offset consumer was able to fetch offset just from one partition.
This commit solve this.
Change-Id: I2c2c300219e43ab422b237094ad775ca8795169e
Issue-ID: DCAEGEN2-1783
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'tools/performance/cloud/test.properties')
-rw-r--r-- | tools/performance/cloud/test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/performance/cloud/test.properties b/tools/performance/cloud/test.properties index bd746a15..04169e3a 100644 --- a/tools/performance/cloud/test.properties +++ b/tools/performance/cloud/test.properties @@ -14,6 +14,6 @@ producer.message.interval=0 # CONSUMER CONFIGURATION # Addresses of Kafka services to consume from -consumer.kafka.bootstrapServers=message-router-kafka-0:9093,message-router-kafka-1:9093,message-router-kafka-2:9093 +consumer.kafka.bootstrapServers=message-router-kafka:9092 # Kafka topics to subscribe to consumer.kafka.topics=HV_VES_PERF3GPP |