Adrian Cole
Adrian Cole
@tramchamploo I'm flexible, but before we make our own want to check something... @mjpt777 are you aware of any size-based or otherwise bounded disruptor? We have means to calculate the...
> > @adriancole In what dimensions are you > referring to when you mention a "bounded disruptor"? Is this bounded > backlog of items, or bounded size of individual entries,...
Thanks for the tips! Both are worth exploring. On 31 Jan 2018 8:49 am, "Martin Thompson" wrote: > If you are bounding in both backlog and record size then best...
note: census uses a disruptor (they don't check bounds) it is prior art to consider https://github.com/census-instrumentation/opencensus-java/blob/master/impl/src/main/java/io/opencensus/impl/internal/DisruptorEventQueue.java I would caution that there have been a lot of small bugs about CPU...
ps anything like this should be carefully reviewed to not cause more support issues than it solves. Multiple folks should ok the impl in a way they are happy to...
main thing is handler would be limited to users of brave. otoh brave model has local root etc. both can coexist just depends on what trying to solve. I wouldnt...
" I wouldnt have dual Kafka layers though" means I wouldnt recommend user having to configure a handler and a reporter in a tightly coupled fashion. we can either find...
also note that adding headers to the response is unusual as B3 headers were not initially designed for the backtrace. some notes here https://github.com/openzipkin/b3-propagation/issues/4
> > @adriancole I would like to give the > users (i.e. who calls our APIs) a kind of "request id". They could return > it back to us in...
I don't know dotnet so would want maybe @fedj or someone else to help with the example request