You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Brian Wilson <br...@hotmail.com> on 2018/03/28 15:00:29 UTC

Adding a custom field type with python avro

Hi all,

I'm trying to consume messages from a Kafka topic which uses Avro to serialise the messages. One of the fields is a custom field type. How can I add this to my schema to allow correct deserialisation of my messages?

Brian