X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=README.sh;h=4dd285449ffed87ae1e8b73f6071e9c03c0b4158;hb=c4fe3d81fb8be3972071763828b31a4504cfb412;hp=7d6406d95e6e78c4615c18b855f3631e6b7684ea;hpb=22ae733d89d80d865853a1f438270f5328bcc757;p=demos%2Fkafka%2Ftraining diff --git a/README.sh b/README.sh index 7d6406d..4dd2854 100755 --- a/README.sh +++ b/README.sh @@ -30,3 +30,8 @@ echo echo "Nachrichten lesen mit kafkacat" echo docker-compose -f docker/docker-compose.yml exec cli kafkacat -C -b kafka:9092 -t test -o beginning -e + +kafkacat -L -b :9092 -Xsecurity.protocol=sasl_plaintext -Xsasl.mechanisms=PLAIN -Xsasl.username=client -Xsasl.password=client-secret + +cat user-v1.schema|http POST http://localhost:8085/subjects/user/versions "Content-Type:application/vnd.schemaregistry.v1+json" +http GET http://0:8085/subjects/user/versions/1/schema