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

Track message delivery delays #137

Merged
merged 1 commit into from
Mar 15, 2016
Merged

Conversation

dasch
Copy link
Contributor

@dasch dasch commented Mar 11, 2016

Write down the time a message was produced and include timing information in the message ack notifications. This will also fit well with KIP-32 once we switch to Kafka 0.10 APIs in the future.

My main concern is the switch to instrumenting individual message acks – when buffering e.g. 1,000 messages and delivering them at once, the cost of instrumentation could stack up...

@dasch dasch force-pushed the dasch/instrument-message-delay branch from 03bfc1f to 5ec1eab Compare March 11, 2016 10:20
Write down the time a message was produced and include timing
information in the message ack notifications.
@dasch dasch force-pushed the dasch/instrument-message-delay branch from 5ec1eab to d0084b1 Compare March 14, 2016 14:48
@dasch dasch added this to the v0.4 milestone Mar 14, 2016
dasch added a commit that referenced this pull request Mar 15, 2016
@dasch dasch merged commit 5eaaa2a into master Mar 15, 2016
@dasch dasch deleted the dasch/instrument-message-delay branch March 15, 2016 09:34
@dasch dasch mentioned this pull request Mar 15, 2016
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant