Anuraag (Rag) Agrawal
Anuraag (Rag) Agrawal
Well - changed the title to be more explicit, but IMO less clear. The difference between disable and stop tracing in my mind I think is Disabled: No spans are...
> Starts a span like usual, it will work as usual (it will be a root span, as the parent was cleared) You mean using `setNoParent`? Yeah I guess that's...
Ah oops - thanks yeah forgot the non-default tracer does that. It's related to that spec PR indeed.
I think this is still needed and needing someone to drive the spec change
I'd say @midnight-wonderer's general sentiment still stands, this issue requires some technical leadership for a real fix. The linked PR would break the opposite case, developers that actually use TLS...
I have had problems reasoning about these classes many times over the years. I think renaming to Thrift is a good solution since it's unclear these could apply well to...
gRPC wouldn't benefit from that though - it already has a domain specific layer that works well and I wouldn't recommend anyone to use an Armeria layer using `Object` as...
Anyways realize this discussion is probably sort of too late to settle for 1.0 - stopgap sounds ok to me too
I ran into the same issue where it's common to consume to the end of a line or eof. Currently I am using `alt(line_ending, eof)` for this. As the OP...
We provide a plugin to make it easy to swap in go-re2 https://github.com/corazawaf/coraza-wasilibs go-re2 is a pretty heavyweight dependency so it's probably better to still keep it opt-in rather than...