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

Behavioral change to Avro codecs and schema handling #3238

Merged
merged 2 commits into from
Aug 24, 2023

Commits on Aug 24, 2023

  1. Change the behavior of Avro schemas codecs to use the defined Avro sc…

    …hema to get data, rather than iterate over the entire record. Fix Avro arrays which were only supporting arrays of strings previously.
    
    Signed-off-by: David Venable <[email protected]>
    dlvenable committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a893880 View commit details
    Browse the repository at this point in the history
  2. Change the behavior of Avro-based codecs. When a schema is defined, r…

    …ely on the schema rather than the incoming event. If the schema is auto-generated, then the incoming event data must continue to match.
    
    Signed-off-by: David Venable <[email protected]>
    dlvenable committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7ac02a0 View commit details
    Browse the repository at this point in the history