You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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
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
and443
, not5672
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!
The text was updated successfully, but these errors were encountered: