Updated README.md

added link back to the article: https://www.baeldung.com/java-kafka-count-topic-messages
This commit is contained in:
Asjad J 2022-08-10 09:40:12 +05:00 committed by GitHub
parent f94832fc6a
commit 80de64e44d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ This module contains articles about Spring with Kafka
- [Send Large Messages With Kafka](https://www.baeldung.com/java-kafka-send-large-message) - [Send Large Messages With Kafka](https://www.baeldung.com/java-kafka-send-large-message)
- [Configuring Kafka SSL Using Spring Boot](https://www.baeldung.com/spring-boot-kafka-ssl) - [Configuring Kafka SSL Using Spring Boot](https://www.baeldung.com/spring-boot-kafka-ssl)
- [Kafka Streams With Spring Boot](https://www.baeldung.com/spring-boot-kafka-streams) - [Kafka Streams With Spring Boot](https://www.baeldung.com/spring-boot-kafka-streams)
- [Get the Number of Messages in an Apache Kafka Topic](https://www.baeldung.com/java-kafka-count-topic-messages)
### Intro ### Intro