Click here to Skip to main content
15,904,934 members
Articles / Hosted Services / Azure

Streaming at Scale with Azure Event Hubs for Kafka Developers Part 1: Getting Streaming Data into Azure

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
2 Mar 2022CPOL6 min read 4.3K   3  
In this article, we create an Event Hubs instance and a demonstration application that sent messages using the Kafka API.
Here we demonstrate how to create an Event Hub through the Azure Portal and stream the data into it using a simple Python application via our Event Hub’s Kafka API. We also discuss the scenarios in which a developer would use Kafka compatibility.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Streaming at Scale with Azure Event Hubs for Kafka Developers View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Hi! I'm a Solution Architect, planning and designing systems based in Denver, Colorado. I also occasionally develop web applications and games, as well as write. My blog has articles, tutorials and general thoughts based on more than twenty years of misadventures in IT.

Comments and Discussions

Streaming at Scale with Azure Event Hubs for Kafka Developers