stefan-benjamin
stefan-benjamin
Any news regarding this issue? I am myself new to Avro and would like to generate a C# model based on a Avro schema .asvc file using the avrogen tool....
I am experiencing the same issue when running in a docker container. It seems that the Schema Registry client uses the configured/provided timeout for each HttpClient used to access the...
Thank you for the quick response @mhowlett. Setting the `SchemaRegistryRequestTimeoutMs` to a very high value does indeed help as the `HttpClient `call to the first URL fails (most likely induced...
After further investigation, I found out that the `HttpClient` used in `ExecuteOnOneInstanceAsync` in some cases throws a `TaskCancelledException` on timeout, according to: https://github.com/dotnet/runtime/issues/21965. This exception is not handled in `ExecuteOnOneInstanceAsync`...