feat(server,sdk): allow arbitrary (non-string) header key kind#2637
Merged
feat(server,sdk): allow arbitrary (non-string) header key kind#2637
Conversation
d9bb78e to
57cd52d
Compare
57cd52d to
62e5771
Compare
28916f5 to
51e90ac
Compare
51e90ac to
a0d5122
Compare
6fcf995 to
caa7ff0
Compare
caa7ff0 to
4113d36
Compare
foreign/java/java-sdk/src/test/java/org/apache/iggy/serde/BytesDeserializerTest.java
Show resolved
Hide resolved
hubcio
reviewed
Jan 30, 2026
8c6f4c9 to
072f2a4
Compare
072f2a4 to
cd1b82f
Compare
00952b8 to
b42e37b
Compare
b42e37b to
8206944
Compare
hubcio
previously approved these changes
Jan 30, 2026
foreign/csharp/Iggy_SDK/IggyClient/Implementations/HttpMessageStream.cs
Outdated
Show resolved
Hide resolved
f0fff89 to
3ee6cdf
Compare
hubcio
approved these changes
Jan 30, 2026
hubcio
approved these changes
Jan 30, 2026
lukaszzborek
approved these changes
Jan 30, 2026
mmodzelewski
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HeaderKeyto matchHeaderValuestructure using genericHeaderField<T>withPhantomDatamarkersfrom_*functions and made Rust SDK more idiomatic with From/TryFrom traits instead[key_kind:u8][key_len:u32][key_bytes][value_kind:u8][value_len:u32][value_bytes](+1 byte per header)BREAKING