Registry / messaging / azure-azure-event-hubs-go-v3

azure-azure-event-hubs-go-v3

JSON →
library3.6.2gogounverified

Provides functionality for interacting with Azure Event Hubs, enabling event ingestion and processing.

go get github.com/Azure/azure-event-hubs-go/v3
INSTALL
IMPORT
SIG · AZURE-AZURE-EVENT-
A
azure-azure-event-hubs-go-v3
messaginggov3.6.2
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.

eventhub
github.com/Azure/azure-event-hubs-go/v3

Creates a new Event Hub client from a connection string.

package main import ( "context" "fmt" "github.com/Azure/azure-event-hubs-go/v3" ) func main() { hub, err := eventhub.NewHubFromConnectionString("Endpoint=sb://...") if err != nil { fmt.Println(err) } fmt.Println(hub) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
azure-azure-event-hubs-go-v3 — go get azure-azure-event-hubs-go-v3 · libregistry