Setup & Installation
What This Skill Does
Azure.Messaging.EventHubs is the official .NET SDK for Azure Event Hubs. It handles high-throughput event streaming, including sending batches with EventHubProducerClient, buffered background sending with EventHubBufferedProducerClient, and production-grade receiving with EventProcessorClient and checkpoint-based offset tracking. The SDK handles batch size limits, transient retries, and checkpoint state automatically, so you don't have to manage partition offsets or retry logic manually.
When to use it
- Working with azure eventhub dotnet functionality
- Implementing azure eventhub dotnet features
- Debugging azure eventhub dotnet related issues
