From a2f36d15f96b2b318ed0dd6376ac2ed05f845984 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 15 Jun 2026 16:23:11 +0200 Subject: initial commit --- shell_scripts/kafka_storage_format.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shell_scripts/kafka_storage_format.sh (limited to 'shell_scripts/kafka_storage_format.sh') diff --git a/shell_scripts/kafka_storage_format.sh b/shell_scripts/kafka_storage_format.sh new file mode 100644 index 00000000..c6cceb80 --- /dev/null +++ b/shell_scripts/kafka_storage_format.sh @@ -0,0 +1,2 @@ +#!/bin/bash +/opt/confluent/bin/kafka-storage format -t 2vi2WtHxQAOPyXb1Bj1Jvw -c /opt/confluent/etc/kafka/server.properties --standalone > /dev/null 2>&1; echo 0 -- cgit v1.2.3