From a9137640d8e34511333293ac0e13f064610e1151 Mon Sep 17 00:00:00 2001 From: Amrut Prabhu Date: Sun, 17 Apr 2022 22:03:26 +0200 Subject: [PATCH] updated readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49086a5..56be921 100644 --- a/README.md +++ b/README.md @@ -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).