kafka-offset-exporter icon indicating copy to clipboard operation
kafka-offset-exporter copied to clipboard

forking this repo and supporting it

Open prune998 opened this issue 6 years ago • 0 comments
trafficstars

Just to let you know, I decided to fork this repo and support it.

You can find it at https://github.com/prune998/kafka-offset-exporter I already made 3 changes :

  • switched to go mod (Go Modules) and include a full vendor
  • command line options can be set in Environment Variables
  • added a Dockerfile to build a Docker image and maintain a docker image in DockerHub
docker pull prune/kafka-offset-exporter

prune998 avatar May 30 '19 17:05 prune998