azure-event-hubs/samples
Sreedhar Pelluru 7ed48903b8 folders 2024-10-18 10:50:15 -07:00
..
DotNet Add pointers to new packages in readme files at the root and for .Net legacy package (#478) 2024-10-18 10:49:19 -07:00
Java fix code comment (#485) 2024-10-18 10:49:19 -07:00
Management Add files via upload 2024-10-18 10:50:07 -07:00
Miscellaneous/proton-c-sender-dotnet-framework-receiver Adding additional directories to samples, and updating readme's (#315) 2017-04-24 13:39:49 -07:00
e2e/EventHubsCaptureEventGridDemo folders 2024-10-18 10:50:15 -07:00
kafka Removing outdated Kafka samples. Now in new repo 2019-01-03 15:38:02 -08:00
README.md Add pointers to new packages in readme files at the root and for .Net legacy package (#478) 2024-10-18 10:49:19 -07:00

README.md

Azure Event Hubs samples

Note: This repository holds samples for the legacy libraries for Azure Event Hubs for .NET and Java developers. We highly recommend you to upgrade to the newer packages.

.NET legacy packages

  • Microsoft.Azure.EventHubs (legacy)
  • Microsoft.Azure.EventHubs.Processor (legacy)
  • WindowsAzure.ServiceBus (legacy)

Java legacy packages

  • com.microsoft.azure:azure-eventhubs (legacy)
  • com.microsoft.azure:azure-eventhubs-eph (legacy)

Samples for latest .NET packages for Azure Event Hubs

Samples for latest Java packages for Azure Event Hubs

Miscellaneous

Manage Event Hubs resources

The samples under the folder Management in this repository show how to manage your Event Hubs resources via CLI, the .NET package Microsoft.Azure.Management.EventHub and PowerShell

proton-c-sender-dotnet-framework-receiver

This sample shows how to use Azure Event Hubs with clients that use different protocols. This scenario sends using an Apache Proton C++ client, and receives using the .NET Framework client.