kafka
kafka copied to clipboard
KAFKA-17824: Upgrade protobuf-java version to 4.28.2
Upgrade protobuf-java library to version 4.28.2, that bring much enhancements and bug fixing comparing to the existing 3.X one the version 4.x is backward compatible with Protobuf 3.x at the wire format level. This means that data serialized using Protobuf 3.x can be deserialized using Protobuf 4.x, and vice versa, without issues
Committer Checklist (excluded from commit message)
- [x] Verify design and implementation
- [x] Verify test coverage and CI build status
- [x] Verify documentation (including upgrade notes)