Spencer Herzberg
Spencer Herzberg
Just saw this ticket: https://github.com/hwuethrich/docker-images/issues/8. It is my suggestion to have different containers for each agent just to keep containers small and to aid in reducing dependency conflicts. Thoughts?
@hwuethrich unfortunately, I am not on the team that is handling our bamboo infrastructure anymore and am not sure that team is willing to contribute. I am still however interested...
+1. Any chance this can happen soon?
Looks like this is fixed: https://issues.sonatype.org/browse/OSSRH-7836 Can you do a release?
Also, had to install _ruby-dev_ to get past: http://stackoverflow.com/questions/7645918/require-no-such-file-to-load-mkmf-loaderror and _make_ to build some gems. This was a fresh 14.04 server install.
@joestein I am trying to set the `kafka.metrics.reporters` property on the brokers so we can load the https://github.com/stealthly/metrics-kafka jar to get metrics into a kafka topic. We have been able...
Yea setting that (as `--options`) I only get this warning in the logs and no topics are created: ``` WARN Property kafka.metrics.reporters is not valid (kafka.utils.VerifiableProperties) ``` If it helps...
Running this reporter inside the [metrics-kafka](https://github.com/stealthly/metrics-kafka) vagrant setup, I guess I still get this same warning, but I also get: ``` INFO Started Kafka Topic metrics reporter with polling period...
@wsandin sorry for the delay. I'm back on this now since I have just move to a new laptop. The suggestion you gave did not seem to help. Any other...
@sunweiyang I also didn't want to commit the file or put the file on the filesystem so I dug a little bit and found out that the way `drf-firebase-auth` sets...