An open API service indexing awesome lists of open source software.

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

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使用