diff --git a/kafka/README.md b/kafka/README.md index b06d7bd0..d823dcd0 100644 --- a/kafka/README.md +++ b/kafka/README.md @@ -8,6 +8,16 @@ The impl of Kafka Transport Biding for CloudEvents. See some examples of how to use with Kafka Consumer and Kafka Producer. +Add the dependency in your project: + +```xml + + io.cloudevents + cloudevents-kafka + 0.3.0 + +``` + ### Producer Producing CloudEvents in Kafka.