Azure / azure-service-bus-emulator-installer

This repository acts as a central hub for handling issues, collecting feedback, and facilitating discussions related to the Azure Service Bus Emulator.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator
MIT License
100 stars 2 forks source link

Requirements not mentioning missing python sdk support #19

Open ColinBe95 opened 1 day ago

ColinBe95 commented 1 day ago

Hi everyone,

thank you so much for releasing this Emulator. I was really excited to test it out immediately, but had to realize that as of now the python sdk does not have any support for the "UseDevelopmentEmulator" keyword in the connection string. Is that right? I was able to find some code for this in the .net sdk but unfortunately nothing in python. Not sure if there is any workaround, but as far as I understand python sdk only supports the TransportTypes AMQP and AMQPOverWebsocket which use port 5671 and 443, not 5672 and I don't think there is a way to disable TLS.

I know this is an issue that should have been raised in the python sdk repository, but it would have been nice to mention in the requirements that python sdk is currently not compatible. Do you know if there are any plans to provide support for python as well?

Thank you so much, really looking forward to this!

krishankumar95 commented 17 hours ago

@ColinBe95 ; Yep as you mentioned, Service-Bus Emulator needs SDK support to allow for 5672 (Non-TLS) AMQP connections.

Linking open issue at Azure SDK for Python.

Tagging @Saglodha for visibility.