skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-eventhub-java

Real-time high-throughput streaming

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-eventhub-java

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

Azure Event Hubs SDK for Java

Build real-time streaming applications using the Azure Event Hubs SDK for Java.

Installation

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-messaging-eventhubs</artifactId>
    <version>5.19.0</version>
</dependency>

<!-- For checkpoint store (production) -->
<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
    <version>1.20.0</version>
</dependency>

Client Creation

EventHubProducerClient

Lines 1 - 25 of 362

Recommendations

Explore other random skills

All skillsMy patterns