paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.02k stars 588 forks source link

Upgrade the Event hubs code to only use the latest SDK track #687

Open ErikMogensen opened 2 years ago

ErikMogensen commented 2 years ago

It looks like this has to be done in one PR.

Depends upon #686, Refactor the ServiceBusHelper class.

ErikMogensen commented 2 years ago

Unfortunately there is no support in the latest Event hubs SDK for managing Event hubs using connection strings for authentication. It is not planned either. Then we have to switch to solely using AAD or develop that support ourselves. Or does anyone know about such code being available somewhere?

Reference: https://github.com/Azure/azure-sdk-for-net/issues/31848#issue-1412221897