Skip to content
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

Merged
merged 10 commits into from
Feb 10, 2020

Commits on Feb 6, 2020

  1. 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]>
    adamkotwasinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9815917 View commit details
    Browse the repository at this point in the history
  2. kafka: deserializers for tagged-fields structures

    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9774626 View commit details
    Browse the repository at this point in the history
  3. kafka: add serialization methods for compact encoding

    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    862482c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    2354fb1 View commit details
    Browse the repository at this point in the history
  2. kafka: add unit tests for new serialization code

    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    327795a View commit details
    Browse the repository at this point in the history
  3. kafka: remove checks colliding with composite deserializers

    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    fff9adf View commit details
    Browse the repository at this point in the history
  4. kafka: handle invalid input in varint-deserializer

    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    cf6b5ac View commit details
    Browse the repository at this point in the history
  5. kafka: remove undefined behaviour when invalid data is being sent to …

    …variable-length uint deserializer
    
    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    052636e View commit details
    Browse the repository at this point in the history
  6. Kick CI

    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    9c9e05d View commit details
    Browse the repository at this point in the history
  7. kafka: better comment in deserializer

    Signed-off-by: Adam Kotwasinski <[email protected]>
    adamkotwasinski committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e1eb690 View commit details
    Browse the repository at this point in the history