mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-11 13:53:21 +02:00
update kafka
This commit is contained in:
parent
0d6a5b9d90
commit
20dd34f58d
@ -48,4 +48,7 @@ $ vim data/war/jsbundles/pluginSetupWizard.js
|
||||
var pluginManagerErrorTimeoutMillis = 10 * 1000;
|
||||
```
|
||||
|
||||
> Chinese users may add `-Dhudson.model.DownloadService.noSignatureCheck=true` option to use [plugin update mirror site][2].
|
||||
|
||||
[1]: https://jenkins.io/index.html
|
||||
[2]: https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/current/update-center.json
|
||||
|
@ -24,3 +24,7 @@ $ kafkacat -P -b localhost:9092 -t my-topic
|
||||
# Consumer
|
||||
$ kafkacat -C -b localhost:9092 -t my-topic -o end -u -q | jq .
|
||||
```
|
||||
|
||||
## Monitoring
|
||||
|
||||
https://telegraf-kafka.readthedocs.io/en/stable/index.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user