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

allow testing latency with different size messages #1482

Merged
merged 2 commits into from Oct 23, 2017

Conversation

tbsaunde
Copy link
Contributor

No description provided.

Copy link
Contributor

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just needs indent fix

@@ -1166,8 +1166,9 @@ int main (int argc, char **argv) {
RD_KAFKA_PARTITION_UA;

if (latency_mode) {
msgsize = (int)(strlen("LATENCY:") +
strlen("18446744073709551615 ")+1);
size_t minlen = (int)(strlen("LATENCY:") +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8 whitespaces indent please

@tbsaunde
Copy link
Contributor Author

sorry about that, hopefully this looks better?

@edenhill edenhill merged commit 941428f into confluentinc:master Oct 23, 2017
@edenhill
Copy link
Contributor

Thank you!

akhi3030 pushed a commit to akhi3030/librdkafka that referenced this pull request Nov 13, 2017
…@tbsaunde)

* allow testing latency with different size messages

* fixup indentation
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.

None yet

2 participants