From 65ec7fc2905de2654585376869aeda2022df3208 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 9 Apr 2024 18:46:49 +0200 Subject: [PATCH] WIP --- README.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.sh b/README.sh index c8cbbf6..a955e3a 100755 --- a/README.sh +++ b/README.sh @@ -31,5 +31,7 @@ echo "Nachrichten lesen mit kafkacat" echo kafkacat -C -b :9092 -Xsecurity.protocol=sasl_plaintext -Xsasl.mechanisms=PLAIN -Xsasl.username=client -Xsasl.password=client-secret -t test -o beginning -e - kafkacat -L -b :9092 -Xsecurity.protocol=sasl_plaintext -Xsasl.mechanisms=PLAIN -Xsasl.username=client -Xsasl.password=client-secret + +docker compose exec cli kafka-configs --bootstrap-server kafka:9092 --alter --add-config 'producer_byte_rate=4096,consumer_byte_rate=4096' --entity-type clients --entity-name juplo +docker compose exec cli kafka-configs --bootstrap-server kafka:9092 --describe --entity-type clients --entity-name juplo -- 2.20.1