kafka
-
Enterprise Java
How to Subscribe a Kafka Consumer to Multiple Topics
Apache Kafka is a leading distributed streaming platform that enables the building of real-time data pipelines and streaming applications. One…
Read More » -
Enterprise Java
Introduction to Apache Kafka
Apache Kafka provides a reliable, scalable, and fault-tolerant messaging system that enables the exchange of data streams between multiple applications…
Read More » -
Software Development
Docker Kafka Topic Creation
Apache Kafka is an open-source stream-processing software platform developed by the Apache Software Foundation. Kafka uses topics, partitions, and replication…
Read More » -
Enterprise Java
Java Kafka Bootstrap Server
In Kafka configuration, the “bootstrap-server” parameter plays a pivotal role. It represents the initial connection point for Kafka clients. When…
Read More » -
spring
Understanding Kafka Topics and Partitions
Apache Kafka is an open-source stream-processing platform designed for handling real-time data feeds. It operates on a publish-subscribe model, allowing…
Read More » -
JavaScript
Building an Event-Driven Architecture Using Kafka
Hello. In this tutorial, we will build an event drive architecture example using Kafka. 1. Introduction Kafka is an open-source…
Read More » -
spring
Apache Kafka using Spring Boot
Hello. In this tutorial, we will provide a brief introduction to using Apache Kafka in Spring Boot. We will explore…
Read More » -
Boot
Using Apache Kafka with Spring Boot
Welcome, in this tutorial, we will see how to implement Kafka in a spring boot application. 1. Introduction Before going…
Read More » -
Enterprise Java
Apache Kafka Tutorial for Beginners
This is a tutorial about Apache Kafka for beginners. 1. Introduction Apache Kafka is a streaming process software platform developed…
Read More » -
Logback
Logback Kafka Appender Example
This article discusses Kafka as a logging destination for a Java application. In this tutorial, We will use logback as…
Read More »