Replies: 2 comments 4 replies
-
What would you say is the minimal change to |
Beta Was this translation helpful? Give feedback.
4 replies
-
I pushed up a PR #459 But having some challenges with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
brod is still using
{kafka_protocol, "2.3.6"}
kafka_protocol 3.0 introduced non-backward compatible changes due to changes made in Kafka 2.0 schemas.
see all the API and data structure change details here:
https://github.com/kafka4beam/kafka_protocol/pull/76/files#diff-3bd14d078188074c410028847113ceae68865d0ad5b844a27183ef87fbe2fcc3
Worth noting that this part of the changelog.md is generated from a script which compares old and new schema
Ideally we should be able to upgrade to
kafka_protocol
4.0 without breakingbrod
APIs compatibilityBeta Was this translation helpful? Give feedback.
All reactions