o2themar
o2themar
I should clarify the above happens when the node that the application is running on in k8s goes down and the pod changes its status from Active to Running. There...
For more clarfication on what is happening read [this](https://stackoverflow.com/questions/64029871/what-would-happen-if-i-restart-a-node-with-some-pods-running#:~:text=After%20the%20node%20is%20restarted,attempts%20are%20obviously%20timed%20out.) about what happens when a node is restarted. It could be the reassigning of ips that causes the brokers to get...
@edeNFed Any plans to make it unprivileged? I'm running into the same issue as well when trying to use it in my cluster. Its been over a year since you...
Hello. Is this expected to be merged soon because I am running into the same issue. I converted a string to an array object using the elasticsearch ingest node processors...
I'm trying to build a docker image local from the fix code and the build seems to be failing on the zipkin-lens project. Something to do with linting. See error...
So I was able to fix the issue mentioned but it required me to update the dockerfile under buiild-bin/docker and change the java version and the artifact version in order...
Hello, Since it doesn't look like this change will be going out soon can someone please tell me how the zipkin server docker image is built? I want to build...
Yes I can add unit tests for it. The failure that is mentioned looks like a networking error that might have happened when the build was running. That is just...
@jcchavezs I created a pull request [here](https://github.com/weishaofei/zipkin/tree/fixJsonSerializers) as I did not want to open up another pull request. Please merge it into this pull request if you can. I added...
@weishaofei There are two pull requests on the code you forked with your change. Please use the second pull request that I made as it has the tests along with...