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

Add missing topic deletion

parent c6e21780
Branches
Tags
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 #2922 passed
...@@ -33,3 +33,5 @@ kafkaConfig: ...@@ -33,3 +33,5 @@ kafkaConfig:
- name: "output" - name: "output"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*"
removeOnly: True
...@@ -30,3 +30,5 @@ kafkaConfig: ...@@ -30,3 +30,5 @@ kafkaConfig:
- name: "output" - name: "output"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*"
removeOnly: True
...@@ -33,3 +33,5 @@ kafkaConfig: ...@@ -33,3 +33,5 @@ kafkaConfig:
- name: "output" - name: "output"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*"
removeOnly: True
...@@ -30,3 +30,5 @@ kafkaConfig: ...@@ -30,3 +30,5 @@ kafkaConfig:
- name: "output" - name: "output"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*"
removeOnly: True
...@@ -39,3 +39,5 @@ kafkaConfig: ...@@ -39,3 +39,5 @@ kafkaConfig:
- name: "aggregation-feedback" - name: "aggregation-feedback"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*"
removeOnly: True
...@@ -36,3 +36,5 @@ kafkaConfig: ...@@ -36,3 +36,5 @@ kafkaConfig:
- name: "aggregation-feedback" - name: "aggregation-feedback"
numPartitions: 40 numPartitions: 40
replicationFactor: 1 replicationFactor: 1
- name: "theodolite-.*"
removeOnly: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment