Sean Glover
Sean Glover
I'll be cutting a release shortly once I sort out the release process. Thanks for your patience.
Kafka Lag Exporter v0.7.0 has been released. Please let me know how it goes!
Interesting. Will the latest offset ever reset on its own (perhaps after 2 intervals?) or does it remain in this state indefinitely?
Is it possible a topic or partition was deleted while Kafka Lag Exporter was running? Is this a persistent error or did it go away on restart?
> where the metadata is stored cant we remove those then we dont see those errors ? All topic partition data begins with the consumer group data returned by the...
I'm speculating that there could be stale data returned by the Kafka Admin client if a topic is deleted. You can test this by deleting a topic that belongs to...
Did you use `kafka-consumer-groups.sh`? It comes with Kafka releases in the `bin` dir.
What was returned when you listed the members and partitions for the group? Did it still refer to the deleted topics?
Ok, I'll need to do some troubleshooting then.
I'm sorry, but I lack the environment to set this up and experience to verify its correctness. I recently added minikube integration tests. If you can setup a reproducer integration...