Registry / messaging / azure-messaging-eventhubs

azure-messaging-eventhubs

JSON →
library5.21.3javamavenunverified

Client library for Azure Event Hubs, enabling ingestion and processing of large-scale event streams.

<dependency> <groupId>com.azure</groupId> <artifactId>azure-messaging-eventhubs</artifactId> <version>5.21.3</version> </dependency>
INSTALL
IMPORT
SIG · AZURE-MESSAGING-EV
A
azure-messaging-eventhubs
messagingjavav5.21.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EventHubClientBuilder
com.azure.messaging.eventhubs.EventHubClientBuilder

Create an Event Hubs producer client.

import com.azure.messaging.eventhubs.EventHubClientBuilder; import com.azure.messaging.eventhubs.EventHubProducerClient; EventHubProducerClient producer = new EventHubClientBuilder() .connectionString("connection-string") .buildProducerClient();
Debug
Known issues
gotchaThe connection string must include the EntityPath for the Event Hub name.
fix
Use a connection string from Azure portal that includes 'EntityPath=<your-event-hub-name>'.
affects: *
Upgrade
Version history
5.21.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources