Skip to content

Commit 061651b

Browse files
committed
Linked to the blog
1 parent 85ac05d commit 061651b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
This sample application shows how to use basic Spring Boot configuration to set up a producer to a topic with multiple partitions and a consumer group with three different consumers.
66

7+
The full explanation is on The Practical Developer website: [Spring Boot and Kafka - Practical Configuration Examples](https://thepracticaldeveloper.com/2018/11/24/spring-boot-kafka-config/).
8+
9+
[![Kafka Configuration Example](img/kafka-configuration-example.jpg)](https://thepracticaldeveloper.com/2018/11/24/spring-boot-kafka-config/)
10+
711
## Multiple serialization / deserialization formats
812

913
To illustrate the different configuration options, this application deserializes Kafka messages in three different ways:
@@ -15,3 +19,7 @@ To illustrate the different configuration options, this application deserializes
1519
## Docker compose
1620

1721
This code includes a `docker-compose.yml` file so you can use Docker Compose to start up Kafka, no installation needed.
22+
23+
## Did I help you?
24+
25+
Give a star to this project and/or [buy me a coffee](https://buymeacoff.ee/ZyLJNUR) 😄

img/kafka-configuration-example.jpg

82.6 KB
Loading

0 commit comments

Comments
 (0)