Azure.Messaging.EventHubs
5.1.0-preview.1
See the version list below for details.
dotnet add package Azure.Messaging.EventHubs --version 5.1.0-preview.1
NuGet\Install-Package Azure.Messaging.EventHubs -Version 5.1.0-preview.1
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.1.0-preview.1" />
paket add Azure.Messaging.EventHubs --version 5.1.0-preview.1
#r "nuget: Azure.Messaging.EventHubs, 5.1.0-preview.1"
// Install Azure.Messaging.EventHubs as a Cake Addin #addin nuget:?package=Azure.Messaging.EventHubs&version=5.1.0-preview.1&prerelease // Install Azure.Messaging.EventHubs as a Cake Tool #tool nuget:?package=Azure.Messaging.EventHubs&version=5.1.0-preview.1&prerelease
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This client library allows for both publishing and consuming events using Azure Event Hubs. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Azure.Core (>= 1.2.0)
- Microsoft.Azure.Amqp (>= 2.4.2 && < 3.0.0)
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Diagnostics.DiagnosticSource (>= 4.6.0)
- System.Reflection.TypeExtensions (>= 4.5.1 && < 4.9.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Threading.Channels (>= 4.6.0)
- System.Threading.Tasks.Extensions (>= 4.5.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (23)
Showing the top 5 popular GitHub repositories that depend on Azure.Messaging.EventHubs:
Repository | Stars |
---|---|
dotnet/orleans
Cloud Native application framework for .NET
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
|
dotnet/samples
Sample code referenced by the .NET documentation
|
Version | Downloads | Last updated |
---|---|---|
5.6.2 | 67 | 9/19/2022 |
5.3.0 | 0 | 3/8/2021 |
5.3.0-beta.4 | 0 | 3/8/2021 |
5.3.0-beta.3 | 0 | 3/8/2021 |
5.3.0-beta.2 | 0 | 3/8/2021 |
5.3.0-beta.1 | 0 | 3/8/2021 |
5.2.0 | 0 | 3/8/2021 |
5.2.0-preview.3 | 0 | 3/8/2021 |
5.2.0-preview.2 | 0 | 3/8/2021 |
5.2.0-preview.1 | 0 | 3/8/2021 |
5.1.0 | 32,955 | 3/8/2021 |
5.1.0-preview.1 | 0 | 3/8/2021 |
5.0.1 | 0 | 3/8/2021 |
5.0.0 | 0 | 3/8/2021 |
5.0.0-preview.6 | 0 | 3/8/2021 |
5.0.0-preview.5 | 0 | 3/8/2021 |
5.0.0-preview.4 | 0 | 3/8/2021 |
5.0.0-preview.3 | 0 | 3/8/2021 |
5.0.0-preview.2 | 0 | 3/8/2021 |
5.0.0-preview.1 | 0 | 3/8/2021 |
### Acknowledgments
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
- Alberto De Natale _([GitHub](https://github.com/albertodenatale))_
- Christopher Scott _([GitHub](https://github.com/christothes))_
#### Consuming events
- A new primitive, `EventProcessor<TPartition>`, has been implemented to serve as an extensibility point for creating a custom event processor instance. It offers built-in fault tolerance, load balancing, and structure while allowing tuning for low-level network configuration, processing of events in batches, and customization for the storage of checkpoints. More detail can be found in the [design proposal](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/design/event-processor%7BT%7D-proposal.md).
- A new primitive, `PartitionProcessor`, has been implemented to serve as a low-level means of reading batches of events from a single partition with greater control over network configuration. More detail can be found in the [design proposal](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/design/partition-receiver-proposal.md).
#### Publishing events
- Event batches are now protected against modification while publishing is actively taking place.
#### Bug fixes and foundation
- Exceptions surfaced will now properly remember their context in all scenarios; previously, some deferred cases unintentionally reset the context.
- Validation for the Event Hubs fully qualified namespace has been improved, allowing for more deterministic failures when creating clients.
- The diagnostic scope for activities will now complete in a more deterministic manner. (A community contribution, courtesy of [christothes]((https://github.com/christothes)))
- Diagnostic activities have been extended with additional information about events being processed and with additional environmental context.
- Parsing of connection strings is now more permissive for the `Endpoint` key, allowing additional formats that result from common mistakes when building the string rather than copying the value from the portal.
- `LastEnqueuedEventProperties` can now be compared for structural equality.
#### Testing
- For special cases, the live tests may be instructed to use existing Azure resources instead of dynamically creating dedicated resources for the run. (A community contribution, courtesy of [albertodenatale](https://github.com/albertodenatale))
https://github.com/Azure/azure-sdk-for-net/blob/e85d6412c147037eeae098c76ca30ba1968882f6/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md