From 3bd2d1573938614c3b2223fce3040415a14fe7cd Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 26 Jul 2022 19:58:49 +0200 Subject: [PATCH] =?utf8?q?F=C3=BCr=20ordering-=C3=9Cbung=20werden=20zwei?= =?utf8?q?=20Partitionen=20ben=C3=B6tigt!?= 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 4846b84..8dc12f7 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