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

Add support for Avro single-object encoding #203

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ByteMaDo
Copy link

We use KDI for one of our customers, who sends Kafka messages via the Avro single-object encoding specification.
This pull-request introduces support for this encoding type.

Implementation details:

  • Our client does not (nor want to) utilize a schema registry. As a result, this implementation supports one or more provided schema files instead.
  • The implementation requires apache-avro version 0.17.0 or later due to a bug in the fingerprint calculation in earlier versions.

We’re happy to address any feedback or suggestions to improve this pull-request further.

@ByteMaDo ByteMaDo marked this pull request as draft November 25, 2024 19:39
@ByteMaDo ByteMaDo marked this pull request as ready for review November 25, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants