Setup & Installation
What This Skill Does
Azure Event Hubs SDK for TypeScript wraps the @azure/event-hubs package to send and receive events at scale. It handles partitioned consumers, batch ingestion, and checkpoint-based processing for event-driven architectures. Manually managing partition state, checkpoint storage, and batched sends against the Event Hubs REST API is error-prone; the SDK handles retry logic, offset tracking, and batch packing out of the box.
When to use it
- Working with azure eventhub ts functionality
- Implementing azure eventhub ts features
- Debugging azure eventhub ts related issues
