Click here to Skip to main content
15,890,282 members
Articles / Hosted Services / Azure

Streaming at Scale with Azure Event Hubs for Kafka Developers Part 2: Processing Streaming Data with Azure Functions in Python

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Mar 2022CPOL7 min read 3.7K   1  
In this article, we develop several Azure Functions in Python to process the payload we receive and save the data to a Cosmos DB instance.
Here we create an Azure Event Hub that allows Kafka-based applications to send messages, showing how some minor configuration changes within our Kafka applications can connect to Event Hubs. Then we create an Azure Function that listened to the Event Hub and pushed the content of messages into a Cosmos DB.

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