-
Notifications
You must be signed in to change notification settings - Fork 14.8k
MINOR: Fix typos in RPC files #20800
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
Conversation
AndrewJSchofield
left a comment
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.
Thanks for the PR. I noticed "Apacke" the other day too :)
chia7712
left a comment
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.
@sjhajharia thanks for this patch.
could you please add header to https://github.com/apache/kafka/blob/trunk/clients/src/main/resources/common/message/AlterShareGroupOffsetsResponse.json ?
|
Thanks for the reviews. |
|
Could we configure Apache RAT to check the JSON files? Ideally these should be caught when building the project. |
I could not find a way to check json header with RAT, but we can address this by implementing a custom gradle task instead. will file a minor patch for it |
There are some minor typos in our RPC jsons. The PR fixes the same for consistency. Reviewers: Andrew Schofield <[email protected]>, Chia-Ping Tsai <[email protected]>
There are some minor typos in our RPC jsons. The PR fixes the same for
consistency.
Reviewers: Andrew Schofield [email protected], Chia-Ping Tsai
[email protected]