Skip to content

Commit

Permalink
update readme and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jan 16, 2025
1 parent d829eb3 commit 1997799
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 93 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ kaskade consumer -b my-kafka:9092 -t my-avro-topic \
--registry url=http://my-apicurio-registry:8081/apis/ccompat/v7
```

> For more about apicurio go to: https://github.com/apicurio/apicurio-registry
> For more about apicurio go to: [Apicurio registry](https://github.com/apicurio/apicurio-registry).
#### SSL encryption example:

Expand All @@ -145,7 +145,7 @@ kaskade admin -b my-kafka:9092 -c security.protocol=SSL
```

> For more information about SSL encryption and SSL authentication go
> to: [SSL support in librdkafka](https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka#configure-librdkafka-client).
> to: [Configure librdkafka client](https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka#configure-librdkafka-client).
#### Confluent cloud admin and consumer:

Expand All @@ -169,7 +169,7 @@ kaskade consumer -b ${BOOTSTRAP_SERVERS} -t my-avro-topic \
```

> More about confluent cloud configuration
> at: [Kafka Client Quick Start for Confluent Cloud](https://docs.confluent.io/cloud/current/client-apps/config-client.html).
> at: [Kafka client quick start for Confluent Cloud](https://docs.confluent.io/cloud/current/client-apps/config-client.html).
#### Running with docker:

Expand Down Expand Up @@ -221,7 +221,7 @@ kaskade consumer -b my-kafka:9092 --from-beginning \
--protobuf value=mypackage.MyMessage
```

> More about protobuf and `FileDescriptorSet` at: [Protocol Buffers Documentation](https://protobuf.dev/programming-guides/techniques/#self-description).
> More about protobuf and `FileDescriptorSet` at: [Protocol Buffers documentation](https://protobuf.dev/programming-guides/techniques/#self-description).
## Development

Expand Down
Loading

0 comments on commit 1997799

Please sign in to comment.