Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.4% on proxy.golang.org
Top 2.2% dependent packages on proxy.golang.org
Top 1.7% dependent repos on proxy.golang.org
Top 1.0% forks on proxy.golang.org
Top 0.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs

Shows how to start consuming events in partitions in an Event Hub using the ConsumerClient. If you have an Azure Storage account you can use the Processor type instead, which will handle distributing partitions between multiple consumers and storing progress using checkpoints. See example_consuming_with_checkpoints_test.go for an example. Shows how to use the Processor type, using a ConsumerClient and CheckpointStore. The Processor type acts as a load balancer, ensuring that partitions are divided up evenly amongst active Processor instances. It also allows storing (and restoring) checkpoints of progress. NOTE: If you want to manually allocate partitions or to have more control over the process you can use the ConsumerClient. See example_consuming_events_test.go for an example. Shows how to migrate from the older `github.com/Azure/azure-event-hubs-go` checkpointer to to the format used by this package, `github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs/checkpoints/BlobStore` NOTE: This example is not safe to run while either the old or new checkpoint store is in-use as it doesn't respect locking or ownership. Shows how to send events to an Event Hub partition using the ProducerClient and EventDataBatch.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21azure/azure-sdk-for-go/sdk/messaging/azeventhubs
Keywords: azure, azure-sdk, go, golang, hacktoberfest, microsoft, rest, sdk
License: MIT
Latest release: about 1 month ago
First release: over 1 year ago
Namespace: github.com/Azure/azure-sdk-for-go/sdk/messaging
Dependent packages: 21
Dependent repositories: 10
Stars: 1,273 on GitHub
Forks: 750 on GitHub
Docker dependents: 22
Docker downloads: 78,504,618
See more repository details: repos.ecosyste.ms
Last synced: 6 days ago

    Loading...
    Readme
    Loading...