Updated README.md

added link back to the article: https://www.baeldung.com/apache-kafka-check-server-is-running
This commit is contained in:
Asjad J 2022-08-25 16:36:48 +05:00 committed by GitHub
parent 9721105cf2
commit 974174bdb9
1 changed files with 3 additions and 0 deletions

View File

@ -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)