Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Dec 26, 2024
1 parent 651bfef commit f0223a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kafka-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This folder contains sample kafka producer and consumer using java, spring & Spring Boot


| Type | Description |
|------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
| [Spring Boot Kafka Sample](./boot-kafka-sample) | Producing and consuming Messages using Spring Boot |
| [Multiple Producers & Consumers](./boot-multiple-producers-consumers) | Producing and consuming Messages from Multiple Producer and consumers using Spring Boot |
| [Concurrent Consumer](./boot-concurrent-kafka-consumer) | Consuming Messages Concurrently using new Thread using Spring Boot |
| Type | Description |
|-----------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
| [Spring Boot Kafka Sample](./boot-kafka-sample) | Producing and consuming Messages using Spring Boot, start and stop listener on demand using exposed endpoint |
| [Multiple Producers & Consumers](./boot-multiple-producers-consumers) | Producing and consuming Messages from Multiple Producer and consumers using Spring Boot |
| [Concurrent Consumer](./boot-concurrent-kafka-consumer) | Consuming Messages Concurrently using new Thread per consumer with Spring Boot |

0 comments on commit f0223a5

Please sign in to comment.