azure-event-hubs/samples
Sannidhya Glodha c5f53d92cb Addition of Schema to Schema groups via Powershell
This sample would act as reference to add schema to schema groups in event hubs via PowerShell
2024-10-18 10:49:19 -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 Addition of Schema to Schema groups via Powershell 2024-10-18 10:49:19 -07:00
Miscellaneous/proton-c-sender-dotnet-framework-receiver
e2e/EventHubsCaptureEventGridDemo Updating the Reference 2024-10-18 10:49:19 -07:00
kafka
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.