Knowing and valuing Apache Kafka’s ISR (In-Sync Replicas)

2 years ago

To get more clarity about ISR in Apache Kafka, We should first carefully examine the replication process in the Kafka… Read More

Handling bad messages via DLQ by configuring JDBC Kafka Sink Connector

2 years ago

Any trustworthy data streaming pipeline needs to be able to identify and handle faults. Exceptionally while IoT devices ingest endlessly… Read More

Streaming Data to RDBMS via Kafka JDBC Sink Connector without leveraging Schema Registry

2 years ago

In today's M2M (Machine to machine) communications landscape, there is a huge requirement for streaming the digital data from heterogeneous… Read More

Resolve Apache Kafka starting issue installed on Single/Multi-node cluster

2 years ago

This short article explains how to resolve the error "ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)kafka.common.InconsistentClusterIdException:" when… Read More

Few intrinsic of Apache Zookeeper and their importance

2 years ago

As a bird's eye view, Apache Zookeeper has been leveraged to get coordination services for managing distributed applications. Holds responsibility… Read More

Overcome LEADER_NOT_AVAILABLE error on Multi-Broker Apache Kafka Cluster

2 years ago

Kafka Connect assumes a significant part in streaming data between Apache Kafka and other data systems. As a tool, it… Read More

Why Kappa Architecture for processing of streaming data. Have competence to superseding Lambda Architecture?

2 years ago

Data is quickly becoming the new currency of the digital economy, but it is useless if it can't be processed.… Read More

The Lakehouse: An uplift of Data Warehouse Architecture

3 years ago

In short, the initial architecture of the data warehouse was designed to provide analytical insights by collecting data from various… Read More

A Short Introduction to Apache Iceberg

3 years ago

A table can be defined as an arrangement of data in rows and columns and in a similar fashion, if… Read More

Confluent’s Kafka REST Proxy, The Silk Route for data movement to operational Kafka cluster

4 years ago

Aside from holding the publish-subscribe messaging system functionality, Apache Kafka is gaining outstanding momentum as a distributed event streaming platform.… Read More