Skip to content

Tag Archives: Apache Kafka Java

Apache Kafka Java

Exception handling is an important aspect of any software system, and Apache Kafka is no exception. In this article, we will discuss the various types… Read More
Real-time data pipelines and streaming applications are created using the distributed streaming platform Apache Kafka. A client application that writes data to a Kafka cluster… Read More
In Apache Kafka, a consumer is a client application that reads data from a Kafka cluster. The consumer subscribes to one or more topics and… Read More
Kafka Streams is used to create apps and microservices with input and output data stored in an Apache Kafka cluster. It combines the advantages of… Read More
In Apache Kafka, a consumer group is a set of consumers that work together to consume a topic. A set of partitions is given to… Read More
In Apache Kafka, a topic is a category or stream of messages that the Kafka message broker (or cluster) stores. Producers write data to topics… Read More
When your spring boot application starts, Kafka Listener’s default behavior is to begin listening for a certain topic. However, there are situations when we don’t… Read More
Topics are a special and essential component of Apache Kafka that are used to organize events or messages. In other words, Kafka Topics enable simple… Read More
Apache Kafka is a distributed event store and stream-processing platform. It is great for handling real-time data feeds due to its high throughput and low… Read More
Kafka Consumers is used to reading data from a topic and remember a topic again is identified by its name. So the consumers are smart… Read More
Apache Kafka is a publish-subscribe messaging system. A messaging system lets you send messages between processes, applications, and servers. Broadly Speaking, Apache Kafka is software… Read More
Kafka Producers are going to write data to topics and topics are made of partitions. Now the producers in Kafka will automatically know to which… Read More
Conduktor is a full-featured native desktop application that plugs directly into Apache Kafka to bring visibility to the management of Kafka clusters, applications, and microservices.… Read More
Kafka Consumers is used to reading data from a topic and remember a topic again is identified by its name. So the consumers are smart… Read More
Kafka Producers are going to write data to topics and topics are made of partitions. Now the producers in Kafka will automatically know to which… Read More

Start Your Coding Journey Now!