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 […]
Month: July 2020
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. […]
SSL certificate problem: self signed certificate in certificate chain git
SSL certificate problem: self signed certificate in certificate chain git Generally, the issue is a self-signed certificate because the self-signed certificate can not be trusted by any system automatically. So we need to tell the system to trust the self-signed certificate or disable the certificate validation. Due to this error, you can not clone […]