seglo / kafka-lag-exporter

Monitor Kafka Consumer Group Latency with Kafka Lag Exporter
Apache License 2.0
650 stars 191 forks source link

Kafka Lag Exporter has moved #316

Open seglo opened 2 years ago

seglo commented 2 years ago

Hi,

Lightbend has asked me to assume ownership over the Kafka Lag Exporter project. This project was created by me and with the exception of a few commits has been entirely maintained by me and contributors from outside Lightbend. As mentioned in #314 the migration did break references to existing helm repositories. You can work around this by removing the existing repository and adding it with the new URL.

helm repo rm kafka-kag-exporter
helm repo add kafka-lag-exporter https://seglo.github.io/kafka-lag-exporter/repo/

NOTE: Helm actually pulls the chart index from https://seglo.github.io/kafka-lag-exporter/repo/index.yaml

Going forward releases will be added be available under this GitHub username. I will update the build to publish Docker images to a new location maintained by me.

If you are an active user of Kafka Lag Exporter and have any concerns please feel free to reach out to me. I'm also interested in hearing from those who wish to take a more active role in its maintenance and development.

Expect a new release soon!

seglo commented 2 years ago

The host seanglover.com can no longer be used. The helm repository can now be accessed using https://seglo.github.io/kafka-lag-exporter/repo/ . This will hopefully make it easier for some organizations to reference, as discussed in #335.

Apologies for the inconvenience.

chromy96 commented 2 years ago

Hi @seglo How about docker images? Will these continue to be available under lightbend/kafka-lag-exporter or is there a plan to change the docker repo as well?

seglo commented 2 years ago

@chromy96 I was planning to push new images to my dockerhub user seglo/kafka-lag-exporter. I'm also exploring other free repositories, but since nobody has complained about pulling images from lightbend/kafka-lag-exporter (which is also a free Dockerhub account), I think this is suitable for now.