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

Add metadata to TopicPartition #1410

Merged

Conversation

milindl
Copy link
Contributor

@milindl milindl commented Aug 22, 2022

This PR builds on #1126 (retains commit history).

Since there are comments on the prior PR, I'll both add those comments here and address them here.

@milindl milindl requested a review from a team as a code owner August 22, 2022 09:46
@CLAassistant
Copy link

CLAassistant commented Aug 22, 2022

CLA assistant check
All committers have signed the CLA.

CHANGELOG.md Show resolved Hide resolved
@milindl milindl force-pushed the feature/topicpartition_to_have_metdata branch from eab29a1 to 1eda4f0 Compare October 10, 2022 10:21
@milindl
Copy link
Contributor Author

milindl commented Oct 10, 2022

Updated PR to use strings as the metadata type. Reading with "s" ensures that we get a utf-8 encoded version of the unicode object or string, as well as an error for a NULL character in the middle of the string, which is what we want.

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!

Good work!

@milindl milindl merged commit fb76d8e into confluentinc:master Oct 11, 2022
@milindl milindl deleted the feature/topicpartition_to_have_metdata branch October 11, 2022 07:02
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

5 participants