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

Why record.packages is mandatory for deserialization #20

Open
GregoryBevan opened this issue Nov 9, 2023 · 0 comments
Open

Why record.packages is mandatory for deserialization #20

GregoryBevan opened this issue Nov 9, 2023 · 0 comments

Comments

@GregoryBevan
Copy link

GregoryBevan commented Nov 9, 2023

We're using avro4k-kafka-serializer in our project, and during our tests we realized that the consumer property record.packages is mandatory, but we can let it empty and the deserialization of our Kafka records is still made properly.

It seems that the deserialization process uses the Avro schema related to the record and is able to resolve the class in the classloader of the application.

So, we don't really understand the necessity of the record.packages config property.

Is there an explanation for it ?

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

No branches or pull requests

1 participant