You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have an Avro message and my avro message key look like this {"id":1}
i want to get the name of the field in my key in this example id.
there is any way to receive this with Abris
Thank you
The text was updated successfully, but these errors were encountered:
Hi, @cerveada I did it but the the fame i get is with column name from_avro(kafka_binary_key) and the value in this column is 1.
So its look like the key "id" is missing from some reason. I expected to see column id and value 1
i have an Avro message and my avro message key look like this
{"id":1}
i want to get the name of the field in my key in this example id.
there is any way to receive this with Abris
Thank you
The text was updated successfully, but these errors were encountered: