Manjunatha Shetty H
Manjunatha Shetty H
Seems like protobuf is not publishing precompiled binaries for Apple ARM machines yet. More details here https://github.com/protocolbuffers/protobuf/issues/8428
If nobody is already working on this, i would like to take a stab at it
Not able to reproduce this locally, working as expected. @alegmal can you please provide steps to reproduce ?
Also tried with [this](https://github.com/traefik/traefik/commit/788f8fa951ee215d0d9bd3d43299e400f015e2c1) patch on top of `2.8.4`, issue still exists when the service is of type ExternalName. With this patch distribution is much better for normal k8s services
Hey @kevinpollet thanks for the response. ## Scenario 1: With Traefik v2.8.4 ( also with/without patch mentioned above ).  ### Traffic Distribution ...
Hey @mpl , Please find the results of running these tests for long ## 4k RPS, 30 Pods ( With ExternalName service ) ### Setup  ### Result  service is still there if you are concerned about that
@rs thanks for the response, `slog` provides default implementation for Json and Text but those are not as performant as zerolog. So having the handler interface implemented for zerolog will...