RegistryVersion
Specifies which version of a schema the provider retrieves from the schema registry when resolving topic columns.
Data Type
string
Default Value
"latest"
Remarks
Set this property to latest to use the most recent version of each schema, or set it to a specific version number. When a version number is provided, that version must exist for every schema subject used by the topics being read.
If SchemaMergeMode is set to Simple, this property is ignored. In that mode, the driver merges all available schema versions for each topic to produce a combined set of columns.