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
- Streaming telemetry from IoT devices into a .NET processing pipeline
- Processing clickstream data from a web app with partition-key ordering per user
- Ingesting log events from multiple services into a central Event Hub consumer
- Checkpointing processed events in Azure Blob Storage to resume after restarts
- Sending high-volume sensor readings in bulk using the buffered producer
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
