Tag: jms

Apache Kafka Producer Console

Kafka-Producer-Console

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 […]

Apache Kafka Terminology or Keywords

Apache-Kafka-Terminology

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. […]