-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
Nullable fields in a body to be configurable #795
Comments
Simple here ! |
Did a quick suggestion on solving this feature. #799 |
I just encountered this issue recently. It was very difficult to understand at first because the field defined with AVRO was mandatory yet it was not displayed in AKHQ. Message displayed with kafka-avro-console-consumer :
The same message in AKHQ :
I believe the defaults NON_EMPTY and NON_NULL are VERY misleading (NON_EMPTY particularly) |
good catch, I remove the |
For viewing message body in AvroToJsonSerializer it was added to show only non_null and non_empty fields. It will be better to have it configurable, as these fields needed to be viewed for many cases(check wether nullable fields are pushed, etc.)
0.17.0...0.18.0#diff-e52f62409aed8a22b8fe718f08bb367e172a445c078a145b771dd3c302d0aed8R17
The text was updated successfully, but these errors were encountered: