Skip to content

Commit

Permalink
Improve documentation for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
stn1slv committed Jun 13, 2023
1 parent 2d968be commit fc7d971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fc7d971

Please sign in to comment.