Skip to content
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

GH-1107: Kafka metrics lag check #1123

Closed
wants to merge 1 commit into from

Commits on Aug 18, 2021

  1. spring-cloudGH-1107: Kafka metrics lag check

    When KafkaBinderMetrics checks lags for offsets in partitions, if the partitions
    have nothing committed yet, it unnecessarily tries to find the last committed offset.
    This is causing some unncessary logging. Avoid this by only checking the committed
    offsets in a partition, if the current end offset is greater than zero.
    
    Resolves spring-cloud#1107
    sobychacko committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    88a9486 View commit details
    Browse the repository at this point in the history