We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I have to expose a consumer batch metric from sarama, is this -> https://github.com/Shopify/sarama/blob/master/consumer.go#L519-L545 right place to do it? parseRecords get batch as an argument, can I put len(batch) as consumer-batch-size in metric?
@dim @eapache
The text was updated successfully, but these errors were encountered:
@varun06 sorry this isn't my code, but I assume it depends on the Consumer.Fetch settings in https://github.com/Shopify/sarama/blob/master/config.go#L244
Consumer.Fetch
Sorry, something went wrong.
Thanks. I shall keep looking.
Successfully merging a pull request may close this issue.
Problem Description
If I have to expose a consumer batch metric from sarama, is this -> https://github.com/Shopify/sarama/blob/master/consumer.go#L519-L545 right place to do it? parseRecords get batch as an argument, can I put len(batch) as consumer-batch-size in metric?
@dim @eapache
The text was updated successfully, but these errors were encountered: