Re: Schema version in namespace? good practice

2024-05-16 Thread Oscar Westra van Holthe - Kind
Hi, As far as best practices are concerned, I have never seen any that change the names and/or namespace of a schema. But that is also because of generating code from the Avro schema. What I usually see is adding an extra property to the root schema, named "version" or similar, combined with a

Schema version in namespace? good practice

2024-05-15 Thread Vignesh Kumar Kathiresan via user
Hi, I am new to avro and started working on it recently. I am in the process of designing a schema evolution process. We use java applications and make use of maven plugin to auto generate the classes from .avsc schema files. I am thinking of adding the version in the namespace during each