As part of development or learning activities seldom, we will need APIs which can provide some meaningful data.This could be for development or learning of web applications or to build a Kafka based application using connect or streams.Below is a list of some free publicly accessible APIs, which can be used in such scenarios API … Continue reading Free public APIs
Category: Kafka Connect
Kafka Connect Concepts & Example
Kafka Connect is used to connect Kafka with external systems such as database, storage, and messaging systems for data import and export in a scalable and reliable way. The framework executes so-called "connectors" that implement the actual logic to read/write data from other systems. Example: In an organization, we have a custom application for customer … Continue reading Kafka Connect Concepts & Example