updated readme

This commit is contained in:
Amrut Prabhu
2022-04-17 22:03:26 +02:00
committed by GitHub
parent 8b0f3530a2
commit a9137640d8

View File

@@ -1,3 +1,9 @@
# Kafka Communication with Java and Spring
Here is a repository with all the ways of communicatuion with a Kafka cluster using Java and Spring framework.
Here is a repository with all the various ways of communicating with a Kafka cluster using Java. We also look at the two ways of communicating with Kafka using Spring framework.
Kafka Communication using Apache Kafka Clients Library. [here](/kafka-plain-old-communication).
Kafka Communication using Spring Kafka. [here](/spring-kafka-communication-service).
Kafka Communication using Spring Cloud Streams. [here](/spring-cloud-stream-kafka-communication).