From 974174bdb9b7aac6b3fbbf9bc639efe5c23dfdcc Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 25 Aug 2022 16:36:48 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/apache-kafka-check-server-is-running --- apache-kafka-2/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache-kafka-2/README.md b/apache-kafka-2/README.md index f43d51c20c..ec9e8e2adc 100644 --- a/apache-kafka-2/README.md +++ b/apache-kafka-2/README.md @@ -4,3 +4,6 @@ This module contains articles about Apache Kafka. ##### Building the project You can build the project from the command line using: *mvn clean install*, or in an IDE. + +### Relevant Articles: +- [Guide to Check if Apache Kafka Server Is Running](https://www.baeldung.com/apache-kafka-check-server-is-running)