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

(WIP) KAFKA-18616; Refactor Tools's ApiMessageFormatter #18695

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

Conversation

dajac
Copy link
Member

@dajac dajac commented Jan 24, 2025

WIP - This is an attempt to refactor the ApiMessageFormatter to follow what we have done in #18688. The main difference with the current implementation is that unknown versions of values are still deserialized on a best effort basis. The result depends on the schema. This makes me wonder whether we should strengthen the version validation in the CoordinatorRecordSerdes.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@dajac dajac added the do-not-merge PRs that are only open temporarily and should not be merged label Jan 24, 2025
@github-actions github-actions bot added the tools label Jan 24, 2025
@dajac
Copy link
Member Author

dajac commented Jan 24, 2025

@chia7712 What do you think about doing something like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge PRs that are only open temporarily and should not be merged tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant