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

invalid characters in schema for inner classes #348

Open
mihn opened this issue Dec 21, 2022 · 0 comments
Open

invalid characters in schema for inner classes #348

mihn opened this issue Dec 21, 2022 · 0 comments
Labels

Comments

@mihn
Copy link

mihn commented Dec 21, 2022

Hey,
I'm generating Avro Schema for POJO that uses inner classes and because of that namespace field contains $, which is a character not allowed by Avro schema. I think substituting that with . is a good way to solve the issue.

{ "type" : "record", "name" : "TestImpl", "namespace" : "package.Test$", "fields" : [ ...] }
Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants