Setup & Installation
What This Skill Does
Azure Event Hubs SDK for Python. Handles high-throughput event streaming with producers, consumers, partitions, and checkpointing via blob storage. It handles batch sizing, partition management, and checkpoint coordination out of the box, which would otherwise require significant custom logic against the raw AMQP protocol.
When to use it
- Working with azure eventhub py functionality
- Implementing azure eventhub py features
- Debugging azure eventhub py related issues
