In modern software systems, data is often generated and consumed in real-time. To handle these data streams, various processing techniques have been developed, including stream processing […]
Kafka uses Zookeeper to manage it’s internal state. So it is not possible to run Kafka without Zookeeper. Even if you don’t have access to Zookeeper […]
Changing the number of replicas on an existing topic is a 3 step process. Get the current information about the topic Configure new replica assignment in […]
Let’s redefine the question a little bit. Can multiple Kafka consumers from a consumer group read the same message from a partition? The short answer to […]
Ever wondered the differences between Rabbit MQ and Kafka and the need for Kafka when there is already RabbitMQ? Read through the post and you will […]
Kafka Distributed, durable and reliable message broker which can handle high volume of real time messages coming from realtime producers. Storage for real time streaming data […]
The easiest way to purge or delete messages in a Kafka topic is by setting the retention.ms to a low value. retention.ms configuration controls how long […]
ksqlDB is an event streaming database that enables creating powerful stream processing applications on top of Apache Kafka by using the familiar SQL syntax, which is […]
Considering building a big data streaming application? You have come to the right place. This is a comprehensive post on the architectural and orchestration of big […]
In this post we are going to look at schema evolution and compatibility types in Kafka with Kafka schema registry. With a good understanding of compatibility […]
This website uses cookies to improve your experience. By using this website you agree to our Data Protection Policy.
Hadoop In Real World is now Big Data In Real World!