Skip to content

Commit

Permalink
Kafka producer and consumer projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Oct 10, 2023
1 parent ad730ee commit 8336a84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,12 @@ java -cp .:kafka_2.12-3.3.2/libs/kafka-clients-3.3.2.jar:kafka_2.12-3.3.2/libs/s

---

#### Full project

https://github.com/tisnik/kafka-producer

---

#### Messages consumer

```java
Expand Down Expand Up @@ -1441,6 +1447,12 @@ java -cp .;kafka_2.12-3.3.2\libs\kafka-clients-3.3.2.jar;kafka_2.12-3.3.2\libs\s

---

#### Full project

https://github.com/tisnik/kafka-consumer

---

### Examples for Clojure

---
Expand Down

0 comments on commit 8336a84

Please sign in to comment.