From fc7d971b7059d0986e7a302962f0055203be2465 Mon Sep 17 00:00:00 2001 From: Stanislav Deviatov Date: Tue, 13 Jun 2023 14:43:11 +0200 Subject: [PATCH] Improve documentation for #3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d59effe..1995e04 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Flags: - `-b, --brokerList`: Kafka broker list (default: "localhost:9092") - `--schemaId`: Schema ID - `--schemaRegistryURL`: Schema Registry URL (default: "http://localhost:8081") + - For Confluent Schema Registry, please specify "http://MY-REGISTRY-URL" + - For Apicurio Registry, please specify "http://MY-REGISTRY-URL/apis/ccompat/v7" - `-m, --msg`: Message - `-f, --file`: Filename - `-a, --auth`: Auth type (default: "wo"). Supported options: @@ -55,6 +57,8 @@ Flags: - `-b, --brokerList`: Kafka broker list (default: "localhost:9092") - `-g, --group`: Consumer group (default: "kafka-console-avro-tools") - `--schemaRegistryURL`: Schema Registry URL (default: "http://localhost:8081") + - For Confluent Schema Registry, please specify "http://MY-REGISTRY-URL" + - For Apicurio Registry, please specify "http://MY-REGISTRY-URL/apis/ccompat/v7" - `-a, --auth`: Auth type (default: "wo"). Supported options: - `wo` - without authentication - `tls` - TLS/SSL authentication