swathipil

Results 96 comments of swathipil

Hi @kalyanb9119 - Based on this error message, it looks like there were connection issues, so the connection was shutdown. However, we have built in retries to reconnect when there...

OOB discussion: - @kalyanb9119 provided code for their logger instantiation: ``` class RequestIDAdapter(logging.LoggerAdapter): def __init__(self, logger): super().__init__(logger, {}) def process(self, msg, kwargs): if flask.has_request_context(): try: request_id = g.request_id except AttributeError:...

Hi @kalyanb9119 - We're still looking into why this is happening. In the meantime, would you be able to check if the provided workaround resolves your issue?

/azp run python - eventhub - ci

/azp run python - eventhub - tests

/azp run python - eventhub - tests

@uriii3 - Thanks for your question! We'll investigate as soon as possible!

Hi @LuckyLub - Thanks for opening an issue! We'll investigate this asap!

Hi @rosshukla1 - Thanks for opening an issue. It looks like you're using quite an old version of the `azure-mgmt-security` package. The most recent stable version is [v2022_05_01](https://learn.microsoft.com/en-us/python/api/azure-mgmt-security/azure.mgmt.security.v2022_05_01?view=azure-python). Would you...