[BAEL-17476] - Add README descriptions 9

This commit is contained in:
Sjmillington
2019-09-20 16:14:46 +01:00
parent 8acac28de3
commit 6809fb56d4
10 changed files with 42 additions and 13 deletions

View File

@@ -1,10 +1,12 @@
## Spring Kafka
This module contains articles about Spring with Kafka
### Relevant articles
- [Intro to Apache Kafka with Spring](http://www.baeldung.com/spring-kafka)
# Spring Kafka
### Intro
This is a simple Spring Boot app to demonstrate sending and receiving of messages in Kafka using spring-kafka.