We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5820ec8 commit 2d1e23aCopy full SHA for 2d1e23a
README.md
@@ -11,6 +11,16 @@ The **Kafka Client for Kotlin** projects packs with convenient Kotlin API for th
11
It provides high-level abstractions both for sending records (`ProducerContainer`) and consuming records from topics using one or many
12
concurrent consumers (`KafkaConsumerWorker`).
13
14
+## For Maven
15
+
16
+```xml
17
+<dependency>
18
+ <groupId>io.streamthoughts</groupId>
19
+ <artifactId>kafka-clients-kotlin</artifactId>
20
+ <version>0.1.0</version>
21
+</dependency>
22
+```
23
24
## Getting Started
25
26
### Kafka Producer
0 commit comments