Back to skills

azure-eventhub-ts

infrastructure

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 even

Setup & Installation

npx skills add https://github.com/microsoft/azure-eventhub-ts --skill azure-eventhub-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-eventhub-ts
View on GitHub

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