From 0faf3701ab829dde908964c9c41ffc2187cff6df Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 27 Jul 2022 08:33:22 +0200 Subject: [PATCH] =?utf8?q?Compose-Setup=20an=20das=20Setup=20aus=20der=20E?= =?utf8?q?inf=C3=BChrung=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a93444c..f4ec680 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -65,7 +65,7 @@ services: command: > bash -c " kafka-topics --bootstrap-server kafka:9092 --delete --if-exists --topic test - kafka-topics --bootstrap-server kafka:9092 --create --topic test --partitions 1 --replication-factor 3 --config min.insync.replicas=2 + kafka-topics --bootstrap-server kafka:9092 --create --topic test --partitions 2 --replication-factor 3 --config min.insync.replicas=2 kafka-topics --bootstrap-server kafka:9092 --describe --topic test " -- 2.20.1