Kafka Connect / Connector

An introduction to Kafka Connect

Reading Time: 4 minutes Hello! In this article we are going to talk about the Kafka Connect. This page includes why, what and features of Kafka connect. What is Kafka Connect? Kafka Connect, is the pluggable and declarative data integration framework for Kafka. It connects data source/destination to Kafka, letting the rest of the ecosystem do what it is expected from it. It is declarative and makes integration between Kafka Continue Reading

A Basic understanding of Kafka Connect

Reading Time: 4 minutes Let us discuss something about Kafka connector and some basic fundamental of it. Before start, we need to have basic knowledge of Kafka or we can go through this Document. Apache Kafka is a distributed, resilient, fault tolerant platform. Apache Kafka is a well-known name in the world of Big Data. It is one of the most used distributed streaming platforms. Kafka is just not a Continue Reading

Creation Of Custom Kafka Connect/Connectors

Reading Time: 3 minutes Kafka Apache Kafka is a distributed event streaming platform that is open-source. Multiple organizations use it for increasing performance for integration of data, data pipelines, and streamlining of analytics for the applications which are mission-critical. The Kafka system is designed to be a fault-tolerant processing system. Kafka Connect/Connectors The Kafka Connect is defined as a framework that is designed for making the connection between the Continue Reading