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

Pin protobuf 3 for debezium #33541

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Conversation

damccorm
Copy link
Contributor

@damccorm damccorm commented Jan 8, 2025

Proto 4 is breaking debezium IO - #33192 (comment) - I tried fixing this by upgrading debezium in #33526 but found that newer versions are not proto 4 compatible yet (and it is a non-trivial upgrade), so our only real option is forcing proto 3. To best keep up with the google bom we need proto 4, and many users will want to start using this.

The good news here is that clients that need protobuf should generally be ok with proto 3 for a little while (going the other direction is usually the tough part as of now), so this may be ok. But it is non-ideal and we should address it once we're able.

Fixes #31346


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@damccorm damccorm marked this pull request as ready for review January 8, 2025 21:49
@damccorm damccorm merged commit a19466a into master Jan 8, 2025
20 checks passed
@damccorm damccorm deleted the users/damccorm/pin-proto-debezium branch January 8, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The PreCommit Java Debezium IO Direct job is flaky
2 participants