-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka: 2.4.0 support - add support for new data types added in 2.4 #9813
Commits on Feb 6, 2020
-
kafka: deserializers for 2.4 data types: variable-length unsigned int…
…egers, compact strings, compact bytes, compact arrays Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9815917 - Browse repository at this point
Copy the full SHA 9815917View commit details -
kafka: deserializers for tagged-fields structures
Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9774626 - Browse repository at this point
Copy the full SHA 9774626View commit details -
kafka: add serialization methods for compact encoding
Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 862482c - Browse repository at this point
Copy the full SHA 862482cView commit details
Commits on Feb 7, 2020
-
kafka: remove NullableCompactBytesDeserializer (not necessary today)
Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2354fb1 - Browse repository at this point
Copy the full SHA 2354fb1View commit details -
kafka: add unit tests for new serialization code
Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 327795a - Browse repository at this point
Copy the full SHA 327795aView commit details -
kafka: remove checks colliding with composite deserializers
Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fff9adf - Browse repository at this point
Copy the full SHA fff9adfView commit details -
kafka: handle invalid input in varint-deserializer
Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf6b5ac - Browse repository at this point
Copy the full SHA cf6b5acView commit details -
kafka: remove undefined behaviour when invalid data is being sent to …
…variable-length uint deserializer Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 052636e - Browse repository at this point
Copy the full SHA 052636eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9e05d - Browse repository at this point
Copy the full SHA 9c9e05dView commit details -
kafka: better comment in deserializer
Signed-off-by: Adam Kotwasinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1eb690 - Browse repository at this point
Copy the full SHA e1eb690View commit details