From 6bfbb3fd5428d4cc2cd1b2dcab58e3af540b19a9 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Tue, 23 Nov 2021 15:06:51 +0100 Subject: [PATCH] fix typo --- theodolite/examples/operator/example-benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml index 1b1df3e58..407d37d36 100644 --- a/theodolite/examples/operator/example-benchmark.yaml +++ b/theodolite/examples/operator/example-benchmark.yaml @@ -21,7 +21,7 @@ spec: properties: loadGenMaxRecords: "15000" kafkaConfig: - bootstrapServer: "theodolite-cp-kafka:9092git" + bootstrapServer: "theodolite-cp-kafka:9092" topics: - name: "input" numPartitions: 40 -- GitLab