From c6e217808e99462ca6471a542d9fa47b65d1a95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Sun, 18 Apr 2021 00:34:10 +0200 Subject: [PATCH] Fix topic configuration for UC4 --- .../uc4-kstreams/uc4-benchmark-operator.yaml | 8 +++++--- .../uc4-kstreams/uc4-benchmark-standalone.yaml | 11 ++++++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-operator.yaml index 5fa7dde70..b40847887 100644 --- a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-operator.yaml +++ b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-operator.yaml @@ -30,10 +30,12 @@ kafkaConfig: - name: "input" numPartitions: 40 replicationFactor: 1 - - name: "output" + - name: "output" numPartitions: 40 replicationFactor: 1 - - name: "aggregation" + - name: "configuration" + numPartitions: 40 + replicationFactor: 1 + - name: "aggregation-feedback" numPartitions: 40 replicationFactor: 1 - - name: "feedback" diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml index 5a1175abd..41d67eb21 100644 --- a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml +++ b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml @@ -26,4 +26,13 @@ kafkaConfig: topics: - name: "input" numPartitions: 40 - replicationFactor: 1 \ No newline at end of file + replicationFactor: 1 + - name: "output" + numPartitions: 40 + replicationFactor: 1 + - name: "configuration" + numPartitions: 40 + replicationFactor: 1 + - name: "aggregation-feedback" + numPartitions: 40 + replicationFactor: 1 -- GitLab