description Apache Kafka with Azure Event Hubs lets you stream data without managing clusters. Learn how to configure producer and consumer apps in this quickstart. Azure Event Hubs provides a Kafka ...
In a recent project, I was working on, I had to create a data pipeline that reads flight data from a REST API (Opensky Network API) and sends the data continuously to an S3 bucket. To accomplish this, ...
10+ years of experience in software development including architecture, design, implementation, and maintenance. Kafka is widely used for building event-driven microservices architectures, allowing ...
Red Hat’s Quarkus is a full-stack, open-source Java framework designed for containers and cloud environments. See why it’s a worthy alternative to Spring. Quarkus is a full-stack, open-source Java ...
Below is the discription from the official Kafka web site. Apache Kafka® is a distributed streaming platform. It publishes and subscribes to streams of records, similar to a message queue or ...