-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kaf topic lag not working #303
Comments
I do not see what is wrong, I am using confluent brokers.
|
|
Hi,it's a bug.I've added an error check and It's been merged. |
HI @jackcipher , I confirm it is working now with the new fix.
|
Also, not sure why I am getting a negative lag though.
|
Negative lag mostly arises on the server side, such as when restarting Kafka incorrectly or having insufficient disk capacity. The root cause is that the consumer group's offset is lower than the high watermark of a specific topic partition. Troubleshooting such issue can be challenging in most cases. However, to resolve it directly, try resetting the group offset to the latest available offset. For more details, see: |
Sure, Thank you a lot, but I see some discrepancy between the lag number reported by "kaf topic lag" and "kaf group describe"
|
I faced a similar issue 😢. |
It sounds a bug, I was hoping to use this new 'lag' feature of kaf instead using |
Hi All, any example of the new lag command, it is not working for me.
Thank you.
The text was updated successfully, but these errors were encountered: