Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.62k stars 2.83k forks source link

Azure Event Hubs Commitments for Python (July 2021-March 2022) #19458

Closed AlexGhiondea closed 2 years ago

AlexGhiondea commented 3 years ago

Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This lets you process and analyze the massive amounts of data produced by your connected devices and applications.

The azure-eventhub package provides the SDK for Python developers to write applications that use Azure Event Hubs. Version 5 of this package follows the latest guidelines for writing Python SDKs for Azure services with the goal of being a client library that is developer-friendly, idiomatic to the Python ecosystem, and as consistent across different languages and platforms as possible.

This issue tracks the work we have planned for this package for the duration of July - December 2021

New features

Testing improvements:

General improvements:

ramya-rao-a commented 2 years ago

Re-opening as we are planning to re-use this issue to track the extended semester work