Skip to content

Azure/azure-event-hubs-dotnet

Repository files navigation

Microsoft Azure Event Hubs

Microsoft Azure Event Hubs Client for .NET

Please note, newer packages Azure.Messaging.EventHubs and Azure.Messaging.EventHubs.Processor for Azure Event Hubs are available as of February 2020. While the packages Microsoft.Azure.EventHubs and Microsoft.Azure.EventHubs.Processor will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide for more details.

Microsoft.Azure.EventHubs.ServiceFabricProcessor package, which has never advanced beyond preview is deprecated and won't be receiving any changes.

Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them into multiple applications. This lets you process and analyze the massive amounts of data produced by your connected devices and applications. Once Event Hubs has collected the data, you can retrieve, transform and store it by using any real-time analytics provider or with batching/storage adapters.

The Azure Events Hubs client library for .NET allows for both sending and receiving of events. Most common scenarios call for an application to act as either an event publisher or an event consumer, but rarely both.

An event publisher is a source of telemetry data, diagnostics information, usage logs, or other log data, as part of an embedded device solution, a mobile device application, a game title running on a console or other device, some client or server based business solution, or a web site.

An event consumer picks up such information from the Event Hub and processes it. Processing may involve aggregation, complex computation and filtering. Processing may also involve distribution or storage of the information in a raw or transformed fashion. Event Hub consumers are often robust and high-scale platform infrastructure parts with built-in analytics capabilities, like Azure Stream Analytics, Apache Spark, or Apache Storm.

We've moved!

The Microsoft Azure Event Hubs Client for .NET has joined the unified Azure Developer Platform and can now be found in the Azure SDK for .NET repository. To view the latest source, participate in the development process, report issues, or engage with the community, please visit our new home.

This repository has been archived and is intended to provide historical reference and context for the Microsoft Azure Event Hubs Client for .NET

Source code | Package (NuGet) | API reference documentation | Product documentation