Building Spring Boot application for Apache Kafka Admin operations
0Apache Kafka is a distributed streaming platform designed for building real-time streaming data pipelines and applications. Managing Kafka cluster is not an easy task and sometimes confusing. In this article, I will show you how you can implement an application which is capable to do Admin operations in Kafka. How