The schema_registry_decode (and presumably schema_registry_encode) processor does not handle cases where a schema references an external schema within a nested field. This limitation affects the encoding/decoding process for Avro data that utilises such complex schemas.
The
schema_registry_decode
(and presumablyschema_registry_encode
) processor does not handle cases where a schema references an external schema within a nested field. This limitation affects the encoding/decoding process for Avro data that utilises such complex schemas.Consider using confuent-kafka-go to encode/decode avro data.