Re: [DISCUSS] Pulsar Client Go - Avro Schema

2024-03-14 Thread Zike Yang
Hi, > A) Should the Consumer / Reader be allowed to override the Schema creation after schema-definition is retrieved from Schema Registry ? Are you suggesting we adjust the schema creator, allowing the Consumer/Reader to use a different Avro library? I'm interested in others' thoughts. > B) Sho

[DISCUSS] Pulsar Client Go - Avro Schema

2024-03-07 Thread Adrian Iacob-Ghiula
Hi Everybody, Pulsar Client Go uses https://github.com/linkedin/goavro for avro encoded messages. pulsar.Schema is automatically created with no way to override when a message has a schema version. A Consumer / Reader has access to the raw bytes of the message but does not have access to the schem