tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

[input/azureeventhub] improuve partition connection loss detection #223

Closed dquagebeur closed 1 year ago

dquagebeur commented 1 year ago

I have notice that sometimes partitions was not consume anymore without any error (this was a bug in azure sdk for java in 2019). I have rewrite the partitionClient management based on new azure sdk samples found, to improve connection loss handling.