Ben Chambers
Ben Chambers
Say that GRPC is loaded as a replacement, with something like: ``` replacements: io.grpc: grpc-core: lang: java target: "@io_grpc_grpc_java//core" grpc-netty: lang: java target: "@io_grpc_grpc_java//netty" grpc-stub: lang: java target: "@io_grpc_grpc_java//stub" ```...
For example, if you pull in flink-streaming-java:jar:tests (needed for some testing helpers), it does not include the dependency on flink-runtime:jar:tests specified in the associated POM: https://github.com/apache/flink/blob/master/flink-streaming-java/pom.xml#L81 The work around is...
When using `licenses` with dependencies using `language: scala`, the following error occurs: `//third_party/maven/:: no such attribute 'licenses' in 'scala_import' rule` Unfortunately, simply omitting the licenses doesn't work, since Bazel still...
Is there a way to share benchmark code between criterion and iai? I'm wondering if it would be possible for it to just be a switch for how the benchmarks...
The documentation says the "location" is the first primary label. It would be helpful for programmatic consumption of the diagnostics if there was a method that exposed that. For instance,...
Would it be possible to publish a version of this for Scala 2.13?
I'd like to be able to distinguish a number such as `1` from `1.0`. Specifically, the latter has more precision. I think this information could be retrieved from the scale/precision...
## Feature Request Is there a way to shutdown and either immediately fail all pending requests or wait some period of time and then fail them? I've looked at Graceful...
## Feature Request ### Crates `tracing-subscriber` ### Motivation See https://github.com/tokio-rs/tracing/issues/1481 and https://github.com/open-telemetry/opentelemetry-rust/issues/625#issuecomment-909787903. For connecting logs and distributed traces it would be useful to include the distributed trace ID (for instance,...
## Feature Request ### Motivation When using `tracing` to report traces to both a tracing backend such as Grafana Tempo and a logging backend such as Grafana Loki it is...