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

schema_registry_encode truncation of input json before encode #2525

Open
hendoxc opened this issue Apr 16, 2024 · 1 comment
Open

schema_registry_encode truncation of input json before encode #2525

hendoxc opened this issue Apr 16, 2024 · 1 comment
Labels
bug needs more info An issue that may be a bug or useful feature, but requires more information

Comments

@hendoxc
Copy link

hendoxc commented Apr 16, 2024

I previously posted an issue with schema_registry_encode that was resolved by fixing a race condition

I'm getting similar issues with, but an extra key is now truncated:

{"key_1":  1, "key_2": {"sub_key_1": 2}, "key_3": 3}

would result in an error message like

could not decode any json data in input {"sub_key_1": 2}, "key_3": 3} for key "key_2"
@hendoxc hendoxc changed the title schema_registry_encode missing keys causing error schema_registry_encode truncation of input json before encode Apr 22, 2024
@mihaitodor
Copy link
Member

Hey @hendoxc, I had a quick look at this, but I can't come up with a way to reproduce it. Are you able to trigger it consistently and is it possible to come up with a setup that I can run myself?

@mihaitodor mihaitodor added bug needs more info An issue that may be a bug or useful feature, but requires more information labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs more info An issue that may be a bug or useful feature, but requires more information
Projects
None yet
Development

No branches or pull requests

2 participants