Tag Archives: Kafka Topic

Apache Kafka producer consumer example using Kafka console

By | June 18, 2025

Kafka producers are those that publish the message to the Kafka topics, and Kafka consumers consume those messages by subscribing to the Kafka topics. To learn more, please refer Apache Kafka Architecture. In this tutorial, we will learn to create a producer-consumer model using the Kafka console. In this tutorial, we will learn about Kafka… Read More »

Apache Kafka Tutorial- Apache Kafka Architecture

By | February 5, 2025

Apache Kafka To learn in more detail, please refer the Introduction to Apache Kafka. Apache Kafka architecture diagram The ecosystem of Apache Kafka consists of Kafka Clusters, these clusters contain Brokers, the broker contains Topics and the topics contain Partitions. Given below is the Kafka architecture diagram, which provides a complete picture of Kafka architecture.… Read More »