Category Archives: Kafka

Kafka Vs Pulsar: Difference between Apache Kafka and Pulsar?

Event Streaming and messaging platforms play a key role in integration projects. This includes a plenty of use-cases including EDA (Event Driven Architecture), Microservices Architecture, IoT (Internet of Things) as well as message queueing and message publishing use-cases. Apache Kafka and Apache Pulsar are among the major players in the world of Event Streaming and… Read More »

Kafka Interview Questions Answers for Developers

Kafka is a well known and widely used publish-subscribe messaging and event streaming system. It is used as a distributed messaging system in different types of projects to achieve real-time data streaming and messaging goals. Kafka skills are high in demand and it is among the much needed skills in the job market. In this… Read More »

Kafka Vs RabbitMQ: A Comparison of Kafka and RabbitMQ

Kafka and RabbitMQ are popular products in the market fulfilling a wide set of use cases as message broker or event streaming platform. Despite the fact that these two open-source applications are fundamentally different from a variety of aspects, Kafka Vs RabbitMQ is a popular question among the people in IT industry when deciding applications… Read More »

MuleSoft Kafka Integration: Mule4 Send Receive Kafka Message

In order to fulfil streaming and messaging needs while integrating using Mule 4, Kafka is among the top choices which is a widely used and well known open-source streaming and messaging platform. I already explained basic concepts of Kafka and Kafka Overview in another post which will help you to understand Kafka concepts and how… Read More »

How to Setup Kafka on Windows: Install and Run Kafka As Windows Service

Apache Kafka is a widely used and popular open-source Event-Streaming & messaging system with capabilities to handle huge loads of data with its distributed, fault tolerant architecture. In another Kafka tutorial, I covered Kafka Introduction, Kafka Basic Concepts and a high level overview of Kafka Architecture. In this Kafka tutorial, I will explain how to… Read More »

Kafka Introduction, Kafka Architecture Overview, Use-Cases & and Basic Concepts Explanation

Apache Kafka is a widely used and popular open-source Event-Streaming & messaging system with capabilities to handle huge loads of data with its distributed, fault tolerant architecture. In this Kafka beginners tutorial, we will explain basic concepts of Kafka, how Kafka works, Kafka architecture and Kafka use-cases.