0

i have been sending events to eventhubs using the python sdk, but i have been receiving this errors when sending data for some extended periods of around 1 hour and half sending data constantly, my goal is to send around 25 thousand events: enter image description here

My guess is that the uamqp connection requires to authenticate again after some time, and somehow the sdk is failing when trying to reconnect. How could i approach this failure? send smaller batches? close the connection after some sending and open it again? update to the newer version of the sdk? Any comments are greatly appreciated.

frammnm
  • 537
  • 1
  • 5
  • 17
  • Do you always see auth failures after some fixed duration of time? Have you also run your clients with new SDK? – Serkant Karaca Feb 04 '20 at 17:08
  • @SerkantKaraca I have not run my client with the new SDK, i am making the migration right now to test. I am making other tests right now and as of now i have been sending 80k of empty messages with no problem whatsoever, so i feel that the volume might be involded, i am running more tests today. Thanks for your comment. – frammnm Feb 05 '20 at 09:16
  • I will try to bring this to developer's attention. – Serkant Karaca Feb 07 '20 at 01:19

0 Answers0