Adrian Cole

Results 2050 comments of Adrian Cole

here's a copy/paste of a discussion in rsocket which is valid for anyone doing a binary layout. https://github.com/rsocket/rsocket/pull/304#issuecomment-626077843 --- Given Sampled = S, Debug = D, Rejected = R vs...

you are right we don't limit messaging to just "b3" single because some systems don't have the same constraints as JMS. However, it is a very good choice for reasons...

FYI, I noticed this was in prep of a possible use of wazero, and thanks for thinking of us. wazero just cut its first beta tag (v1.0.0-beta.1) and also opened...

ooops put our notes on the wrong issue https://github.com/ChainSafe/gossamer/pull/2749#issuecomment-1231368454 ps we owe a huge page on the issues on CGO, though not all are obvious at first. Some will want...

I rarely see Trace annotations that have the same features. It is unlikely this will be used generically across frameworks without them actively buying in. Before they'd buy in they'd...

This, if solved well, will reduce the downsides of OT proliferation. In java, OT are interfaces, which even adding a method (

One other thing on this topic is to avail a "user api" which makes it clear what would impact code end users are likely to need. Such an api could...

I've had some sidechannel feedback including that if you take out the word sidecar or mesh, it feels about the same. If the goal is to look closely, perhaps not...

To clarify some of the background.. Linkerd actually supports http and kafka, too via https://github.com/linkerd/linkerd-zipkin. This is a drop-in plugin thing.. people don't need to recompile. We should also note...

@mattklein123 @wu-sheng fwiw I didn't imply we don't make a binary out-of-band format. For example, in zipkin v2 we have a TODO item for a proto definition (similar to how...