Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements not mentioning missing python sdk support #19

Open
ColinBe95 opened this issue Nov 20, 2024 · 4 comments
Open

Requirements not mentioning missing python sdk support #19

ColinBe95 opened this issue Nov 20, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@ColinBe95
Copy link

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
Copy link
Contributor

krishankumar95 commented Nov 21, 2024

@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.

@Saglodha
Copy link
Contributor

Thanks for bringing this to our attention @ColinBe95 . We're working on this internally and rough ETA is Q1CY25. I would keep this thread posted for future updates.

@Saglodha Saglodha added the enhancement New feature or request label Nov 26, 2024
@amsingh-lodgelink
Copy link

amsingh-lodgelink commented Dec 9, 2024

Hi @krishankumar95 and @Saglodha. Can you please confirm if this is also an issue with the azure-sdk-for-js? I have been struggling to get this working locally with JS SDK but seems to be working fine with .NET. Thanks

@jrewing
Copy link

jrewing commented Jan 22, 2025

Is there a workaround for Python?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants