Alexandre Garnier
Alexandre Garnier
@EvanCarroll Do you mind rebasing your PR (will make useless the modifications on `apk add` part) and keep all the previous flags?
Your puppeteer installs brings its own chrome which doesn't work in your case. Better is to use directly `zenika/alpine-chrome:with-puppeteer` to have puppeteer correctly setup. (Or you have to set the...
Trailing spaces in markdown means line break inside the same paragraph! Empty lines are for paragraph separation. Both rules are implemented at least in GitHub and GitLab: - GitHub GFM:...
@dmitriyse: don't patch the systemd files directly but use systemd drop-in (as suggested by @czerasz [3 comments up](https://github.com/moby/moby/issues/25471#issuecomment-263101090)): ```shell # As root mkdir -p /etc/systemd/system/docker.service.d echo '[Service] ExecStart= ExecStart=/usr/bin/dockerd' >...
I can confirm this problem: when using [kafka-rest](confluentinc/kafka-rest) with schema-registry on SSL, we need to set the `javax.net.ssl.*` properties at the JVM level to be able to authenticate on schema-registry....
You need to enable the Jolokia service and then open the file [`webapp/index.html`](https://github.com/linkedin/kafka-monitor/blob/master/webapp/index.html).
https://github.com/linkedin/kafka-monitor/blob/77f965527fc594c28ccb87644df534f785398c98/config/xinfra-monitor.properties#L82-L84
@sean-rossignol : once the jolokia service is enabled in xinfra-monitor, you just open directly in your browser directly the **static** file [`webapp/index.html`](https://github.com/linkedin/kafka-monitor/blob/master/webapp/index.html), it contains JS code that will call the...
Looks like this web UI is not automatically exposed anymore (#220) and that's why the doc about it disappeared (#315). So, you need to expose yourself the webapp folder through...
Thanks @dajac, I'm starting the KIP process for this. @dengziming, `--consumer.config` & `--producer.config` are config files for Producer & Consumer corresponding to the single property options `--producer-property` & `--consumer-property`. This...