4. Broker hinzugefĆ¼gt
[demos/kafka/training] / docker / reasignment.json
diff --git a/docker/reasignment.json b/docker/reasignment.json
new file mode 100644 (file)
index 0000000..f4c5926
--- /dev/null
@@ -0,0 +1,28 @@
+{
+  "version": 1,
+  "partitions": [
+    {
+      "topic": "test",
+      "partition": 0,
+      "replicas": [
+        2,
+        1,
+        3
+      ],
+      "log_dirs": [
+        "any",
+        "any",
+        "any"
+      ]
+    },
+    {
+      "topic": "test",
+      "partition": 1,
+      "replicas": [
+        2,
+        1,
+        3
+      ]
+    }
+  ]
+}