-
Notifications
You must be signed in to change notification settings - Fork 859
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
LAG and HOST fields #1
Comments
Per-partition lag is something that's definitely useful and something we lack at the moment. But getting current host information isn't trivial, and the host-partition assignment is ephemeral and subject to change on each rebalancing. |
Release 3.7.0 now has per-partition consumer lag support |
@ekoutanov Is the release 3.7.0 merged into master (does master have Comsumer lag support?) ? |
@adivardhan Yes, it's in master. |
@ekoutanov Thanks! I got it after commenting. My bad. |
* Add avro message deserialization capability * Add GSON dependency to pretty print JSON results
* Add avro message deserialization capability * Add GSON dependency to pretty print JSON results
* Add avro message deserialization capability * Add GSON dependency to pretty print JSON results
Hi,
Can we integrate the LAG and HOST informations for each partition ? For example, we can easily see the blocking hosts.
The text was updated successfully, but these errors were encountered: