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

Customizable conversion to/from bytes for schema registry JSON serde #1916

Open
sabnatarajan opened this issue Feb 4, 2025 · 0 comments
Open

Comments

@sabnatarajan
Copy link

I’d like to suggest a feature for the schema registry JSON serializer/deserializers to make the conversion from dictionary to bytes (and vice-versa) customizable. I thought this could be done using a callable similar to the to_dict / from_dict argument. This would be useful for those who might want to use a different JSON library (like orjson) or implement custom serialization logic.

If this sounds like something that would be well-suited for the library, I’d be happy to contribute! Let me know your thoughts or if there are any specific considerations I should keep in mind.

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

No branches or pull requests

2 participants