Setup & Installation
What This Skill Does
Java SDK for Azure Event Hubs. Handles sending and receiving events at scale, with support for partitioned consumers, async clients, and checkpoint-based processing via Azure Blob Storage. The EventProcessorClient handles partition ownership and checkpointing across multiple consumer instances automatically, which otherwise requires custom coordination logic.
When to use it
- Working with azure eventhub java functionality
- Implementing azure eventhub java features
- Debugging azure eventhub java related issues
