Skip to content

Commit ecb59cb

Browse files
docs(spring-kafka-example): add initial README
1 parent 1e867e7 commit ecb59cb

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

spring-kafka-example/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# spring-example-kafka
2+
3+
---
4+
5+
## Overview
6+
7+
Basic Java Spring (Java 21) project showing simple integration with Apache Kafka.
8+
Includes a Kafka producer and consumer with minimal setup for local development.
9+
10+
---
11+
12+
## Tech stack
13+
14+
- Spring Boot
15+
- Java 21
16+
- Kafka (Docker)
17+
18+
---
19+
20+
## Related Resources
21+
22+
| Description | Link |
23+
|--------------------------------------------------|------------------------------------------------------------------------------------------------------------|
24+
| Spring Kafka Official Docs | [spring.io/projects/spring-kafka](https://spring.io/projects/spring-kafka) |
25+
| Various Kafka setups and approaches using Docker | [github.com/conduktor/kafka-stack-docker-compose](https://github.com/conduktor/kafka-stack-docker-compose) |

0 commit comments

Comments
 (0)