spetz opened a new pull request, #2637: URL: https://github.com/apache/iggy/pull/2637
- Refactored `HeaderKey` to match `HeaderValue` structure using generic `HeaderField<T>` with `PhantomData` markers - Wire format now includes key kind: `[key_kind:u8][key_len:u32][key_bytes][value_kind:u8][value_len:u32][value_bytes]` (+1 byte per header) - Updated Go, C#, Java, and Node.js SDKs to support new binary protocol format - Web UI: headers display decoded values based on kind, expandable rows for type details, scrollable container - Web UI: fixed root user id (0 not 1) and added root user checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
