librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

metadata: Fix metadata request topic list length incorrect issue (#5049)

Open ProBrian opened this issue 7 months ago • 1 comments

For metadata request API version >= 9, Null array length is not correctly set, the 4 bytes int should be replaced by 1 byte varint.

Fix https://github.com/confluentinc/librdkafka/issues/5049

ProBrian avatar Apr 25 '25 10:04 ProBrian

:tada: All Contributor License Agreements have been signed. Ready to merge.
:white_check_mark: ProBrian
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.