I appreciate all the feedback. These KIPs have been brewing in my drafts for a while, so apologies for the flood of design reviews but also my sincerest thanks.
-Aditya > On Apr 1, 2026, at 10:07, Andrew Schofield <[email protected]> wrote: > > Hi > Thanks for the KIPs. You're writing them faster than the community can read > them :) > > I'll take a proper look soon. > > Thanks, > Andrew > >> On 2026/04/01 15:35:47 Aditya Kousik wrote: >> 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 >>
