Donnerbart

Results 26 comments of Donnerbart
trafficstars

I think the public field `baseLogger` and the package-private method `produceLocalIp()` in `ZipkinSpanExporter` should be `private`. This change would break the binary compatibility, but I think it's very unlikely that...

Hey, is there anything I can do to move this forward?

@reyang A big motivation is feature parity between the exporters provided by OpenTelemetry. The OTLP exporters already offers compression configuration, and at least for Java the underlying Jaeger and Zipkin...

Results from the SIG discussion: * The wording for the OTLP default value is deliberately "no value" (after long discussions), so the implementations can decide what's the best for their...

Hey folks! We ran frequently into this bug when using `shopify/toxiproxy:2.1.4` with [Testcontainers](https://www.testcontainers.org/modules/toxiproxy/). Was this by any chance fixed with `ghcr.io/shopify/toxiproxy:2.5.0`? Some of the 2.5.0 changes sound at least promising...

@miry Thanks for the clarification about the deadlock. @miry @xthexder Is it still unsupported to use the bandwidth proxy with rate `0`? This is what the official TestContainers container does,...

Hey folks :) Is there anything I can do to move this forward? Beside the small cleanups and replacement of deprecated API, the actual code for the fix comes from...

Hey folks, is there any chance to get this merged? We still have a workaround in our code base to mitigate this bug :(

Hey folks, can we _please_ move this forward somehow? #3238 is still an issue for us.

> Thanks for the contribution, @Donnerbart! Sorry for the delay reviewing this. I've reverted part of the cleanup done in [bcd37ab](https://github.com/testcontainers/testcontainers-java/commit/bcd37abff307415aead91472ba784bda56b611db). One of the changes switch the `deleteOnExit` to the...