kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-17824: Upgrade protobuf-java version to 4.28.2

Open bmscomp opened this issue 1 year ago • 0 comments

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)

bmscomp avatar Oct 17 '24 21:10 bmscomp