Apache Kafka Producer Console In this article, we will discuss how to publish a message by using the Apache Kafka Producer Console. Kafka having a command-line interface to publish and to consume messages from the topic. Here I will show you how to publish the message and text file from the Kafka Producer Console. If […]
Tag: kafka terminology
Apache Kafka Terminology or Keywords
Apache Kafka Terminology or Keywords In this article, we will discuss Apache Kafka Keywords such as Topic, Partition, Broker, Producer, Consumer, Consumer Group, Partitions, Message Key, Offset, Replication Factor, etc.. Topic Kafka maintains feeds of messages in categories called topics. Each topic has a user-defined category (or feed name), to which messages are published. […]
Most important Apache Kafka Commands
Most important Apache Kafka Commands In this article, I am going to sharing the most important Apache Kafka commands to perform activities in Apache Kafka. In this explaining start the zookeeper server, start the Apache Kafka server, create a topic, create the partition, delete the topic, topics list, Kafka Console Consumer, Kafka Console Producer, Kafka […]