Hi all, I'd like to start a discussion on KIP-1308: Extend RecordHeader API for Common Value Types.
https://cwiki.apache.org/confluence/display/KAFKA/KIP-1308%3A+Extend+RecordHeader+API+for+Common+Value+Types Putting a string or int into a RecordHeader today requires manual byte encoding; reading it back requires the same in reverse. This KIP adds static factories (RecordHeader.ofString, ofInt, etc.) and corresponding typed accessors, with no wire format changes. Looking forward to your feedback. Thanks, Aditya Kousik
