Raman Gupta
Raman Gupta
If one want's to get information from a container's environment variable e.g. `.Container.Config.Env`, there is no easy way to do this with Golang text/template. Create a custom helper function to...
The adapter takes a really long time to initialize the Kafka producers. Here is a log with DEBUG=1: ``` logspout.1.wgwrytv5dnt8@swarm-manager000001 | 2017/01/29 01:17:45 Starting Kafka producer for address: [kafka-1:9092], topic:...
How can I specify my route as a URI rather than mounting a volume?
### Before submitting this form - [X] I have checked that there hasn't been a similar issue submitted in the past - [X] I have updated the issue title to...
Occasionally (reasonably often) the ipify API will return some application error HTML generated by Heroku instead of an IP. For example: ``` Application Error html,body,iframe { margin: 0; padding: 0;...
The gajira-login action creates `$HOME/.jira.d/credentials` however the CLI does not seem to read it.
The fact that managers and workers are running in containers creates unexpected behavior when doing things like host mounts. For example, on a worker node: ``` $ cd ~docker $...
Currently, when using the template, the subnet is setup automatically as `10.0.0.0/8`. This is extremely broad, and if other services within Azure are using any IP within that class A...
I received this `StackOverflowError` from my JVM backend while doing PDF conversions. The error was not specific to the inputs -- the system automatically retried and successfully generated the output...
The async driver creates a thread pool, but uses the default naming. In stack traces, this causes all the threads to show up with the default name `pool-x-thread-y`. For ease...