Replies: 1 comment 4 replies
-
Is it something like |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a below sample schema, can you pls let me know how to add FieldName in Value Schema Serializer Config ?
{"type": "record", "name": "AnEvent", "namespace": "com.sujin.event", "fields": [{ "name": "data", "type": {"type": "record", "name": "Data", "fields": [{"name": "appId", "type": {"type": "string", "avro.java.string": "String"}}]}}]}
Beta Was this translation helpful? Give feedback.
All reactions