https://github.com/novvoo/kafka-message-export
transfer kafka message to metrics,use pipe
https://github.com/novvoo/kafka-message-export
dockerfile http-stdin kafka metrics
Last synced: 2 days ago
JSON representation
transfer kafka message to metrics,use pipe
- Host: GitHub
- URL: https://github.com/novvoo/kafka-message-export
- Owner: novvoo
- License: lgpl-2.1
- Created: 2022-12-20T10:33:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T14:00:27.000Z (over 3 years ago)
- Last Synced: 2025-10-17T00:51:57.964Z (9 months ago)
- Topics: dockerfile, http-stdin, kafka, metrics
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kafka-message-export
```
docker build -t kafka-message-export .
docker run -d kafka-message-export --name kafka-message-export -p 8080:8080
```
web:
`http://127.0.0.1:8080/metrics`
注:
httpstdin 使用标准输入作为http返回,支持管道。很多时候需要配合xargs使用