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

KIP 951 - Phase 1 #4613

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

KIP 951 - Phase 1 #4613

wants to merge 2 commits into from

Conversation

anchitj
Copy link
Member

@anchitj anchitj commented Feb 7, 2024

@anchitj anchitj changed the title Dev parse flexver tags KIP 951 - Phase 1 Feb 7, 2024
@anchitj anchitj marked this pull request as ready for review May 16, 2024 14:05
Copy link
Collaborator

@emasab emasab 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 so minor changes. Please rebase

@@ -820,6 +820,29 @@ struct rd_kafka_buf_s { /* rd_kafka_buf_t */
} \
} while (0)

/**
* @brief Read KIP-482 Tags at the current position in the buffer using
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
* @brief Read KIP-482 Tags at the current position in the buffer using
* @brief Read KIP-482 Tags at current position in the buffer using

*
* @param rkbuf buffer to read from
* @param CurrentLeader is the CurrentLeader to populate.
* @returns 1 on success, else -1 on parse error.
Copy link
Collaborator

Choose a reason for hiding this comment

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

better standardizing on return as returns is an alias for that

Suggested change
* @returns 1 on success, else -1 on parse error.
* @return 1 on success, else -1 on parse error.

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