-
- **Package: azure-servicebus**:
- **Package version: 7.8.0**:
- **OS: WSL 2**:
- **Python version: 3.8.10**:
**Describe the bug**
Unable to import ServiceBusClient from azure-servicebus.
…
-
The newly released uamqp breaks latest released eventhub which breaks nightly regression run for azure.core
-
in the EH we want to preview with pure python amqp, we should provide a keyword argument to allow users toggle between uamqp and pyamqp as the underlying networking implementation.
### background:
…
-
We are reading messages from a Service Bus topic with a variant of the
following code block:
```
client = SubscriptionClient.from_connection_string(
connection_string, subscription, loop=loo…
-
- **Package Name**: azure-servicebus
- **Package Version**: ==7.8.2
- **Operating System**: Ubuntu 20.04.5 LTS
- **Python Version**: 3.10.8
**Describe the bug**
I want to send a bunch of lar…
-
@mbrancato commented on [Mon Apr 08 2019](https://github.com/Azure/azure-event-hubs-python/issues/105)
When setting `send_timeout` using `EventHubClient.add_sender()`, the timeout doesn't seem to be …
-
1) Add E2E test scenarios for livetesting: sending and receiving using SendClient and ReceiveClient.
2) Add a livetest pipeline to `pyproto` branch in `azure-uamqp-python`.
-
To maintain parity between exceptions between pyamqp and uamqp add in negative tests to expose behavior/exceptions during a failure.
cases to test:
- [x] when creating client with DefaultAzureCred…
-
I cannot install sdk on RaspberryPi.
I executed following commands without errors on RaspberryPi.
> sudo apt-get update
> sudo apt-get upgrade
> sudo apt-get install python-pip
And I got er…
-
This applies for the following up three sdks:
- azure-eventhub
- azure-eventhub-checkpointstoreblob
- azure-eventhub-checkpointstoreblob-aio
tasks:
- [ ] add note in changelog:
- `This v…