-
Notifications
You must be signed in to change notification settings - Fork 16
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
Metadata snapshot consumer #2
Conversation
*/ | ||
|
||
class OffsetInfo implements WritableComparable<OffsetInfo> { | ||
private String topic; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eight space tabs? Can we go smaller?
I reformatted after moving to intelliJ, and it addressed the formatting comments you guys had. Other comments: thanks for the comments. |
oneJsonNode.put("difference", diff); | ||
jsonData.add(oneJsonNode); | ||
|
||
System.out.println(String.format("Topic: %s OffsetDifference: %d", pk, diff)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use log
here.
a444acd
to
38c5bff
Compare
Maybe squash all commits into one? Otherwise, looks better. |
38c5bff
to
24f227d
Compare
I'd like to schedule this consumer to run today, so i'm going to merge this PR. Feel free to send me more comments. |
@brndnmtthws @andykram @wmoss @mrdmnd @jamesmay