zipkin-reporter-java icon indicating copy to clipboard operation
zipkin-reporter-java copied to clipboard

Shared library for reporting zipkin spans on transports such as http or kafka

Results 22 zipkin-reporter-java issues
Sort by recently updated
recently updated
newest added

## Feature Let's make `queuedMaxSpans` a function of `messageMaxBytes`, instead of an arbitrary default. ## Rationale This will better manage the queue backlog, allowing people to use a higher `messageTimeout`...

enhancement

I recently upgraded to springboot 3.3, after which the app is failing during startup. Service is hosted on gcp. Error: ``` Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [zipkin2.reporter.AsyncReporter]: Factory method...

bug