Adrian Cole
Adrian Cole
zipkin's kafka support accepts the same json as POST, so yeah this should be doable
@basvanbeek does this look like something you might be able to help with (plumb in the ability to write directly to kafka (or http) in addition to writing to a...
Here's a paste of notes from here: https://github.com/openzipkin/zipkin-java/tree/master/zipkin-server#kafka-collector $ export KAFKA_ZOOKEEPER=$(docker-machine ip `docker-machine active`)# Run Kafka in the background $ docker run -d -p 2181:2181 -p 9092:9092 \ --env ADVERTISED_HOST=$KAFKA_ZOOKEEPER...
hard or not.. here's a kafka file that seems to work well enough https://github.com/openzipkin/docker-zipkin/pull/105
I think you are asking about the status of this project. Maybe should be in the README, but as far as I know this is the status: 1.x (master): based...
note: the netflix specific eventbus is almost exactly swappable with guava's. While looking at transparent deps updates is a good thing, some need mild refactoring and could be considered, too.
@hubayirp I'm aware of what the annotations are used for, I'm just curious what your comment is eluding to. Can you be more precise with your recommendation?
ic, so this is about a fire-and-forget operation. duration is tricky to derive since we can't derive the time spent doing the Put from annotations. One way is we could...
seems to also be the case in a root span of type `GetRequest` in `netflixoss_flow.json`. I'd imagine the trip back to be in the same span. ``` { "traceId": "0000000000000292",...
maybe something isn't emitting the GetResponse events to the flow json recorder thing for the root span. I spot checked a couple, and they don't seem to have the closing...