Document the dependency config

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-09-18 22:19:54 -03:00
parent 6a248907f9
commit f6a85d0b40
1 changed files with 10 additions and 0 deletions

View File

@ -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
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-kafka</artifactId>
<version>0.3.0</version>
</dependency>
```
### Producer
Producing CloudEvents in Kafka.