Adrian Cole
Adrian Cole
This is more an exploration question than a issue on docker. Storage in zipkin serves the api, which primarily serves the zipkin UI. If you choose not to store data...
the image doesn't recreate the schema on startup, so what you are seeing is it failing to see tables etc. This image is really a test one. At the point...
sorry I don't know the most docker way to do this.. it might be that you copy the image data local first
Sorry you are having trouble. I usually use the brave-webmvc-example to test this. Note that the docker compose files have an advertized ip which is what you use from your...
Hi, elya. Thanks for the reply back. When I test the docker image, I use the brave example, but change from the default http transport to kafka. I didn't mention...
@devinsba if you have a few mins, can you check this out? otherwise I can try tomorrow
I think we are missing a README here: https://github.com/openzipkin/zipkin/tree/master/zipkin-autoconfigure/storage-elasticsearch-aws which should look similar to here (including a link to perms): https://github.com/openzipkin/zipkin-aws/tree/master/collector-kinesis#collector-kinesis
I revised the error messages here so that they have more content when something bad happens (Ex at least the response status, which for example 403 could hint at an...
the kafka advertised IP is tricky local vs docker-machine. @devshorts found this on when looking at issue: wurstmeister/kafka-docker#110 ```bash $ /sbin/ifconfig | grep -v '127.0.0.1' | awk '$1=="inet" {print $2}'...
This is a demo image, certainly not for production, but should certainly allow demos to work :) When considering options we should keep that in mind. Maybe we need to...