Skip to content
Snippets Groups Projects
Commit c6e21780 authored by Sören Henning's avatar Sören Henning
Browse files

Fix topic configuration for UC4

parent e9d0f959
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!131Add definitions for UC1, UC2, UC3, UC4,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2917 passed
...@@ -30,10 +30,12 @@ kafkaConfig: ...@@ -30,10 +30,12 @@ kafkaConfig:
- name: "input" - name: "input"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "output" - name: "output"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "aggregation" - name: "configuration"
numPartitions: 40
replicationFactor: 1
- name: "aggregation-feedback"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "feedback"
...@@ -26,4 +26,13 @@ kafkaConfig: ...@@ -26,4 +26,13 @@ kafkaConfig:
topics: topics:
- name: "input" - name: "input"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
\ No newline at end of file - name: "output"
numPartitions: 40
replicationFactor: 1
- name: "configuration"
numPartitions: 40
replicationFactor: 1
- name: "aggregation-feedback"
numPartitions: 40
replicationFactor: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment