sijie commented on issue #3670: [schema] Introduce multi version generic record schema URL: https://github.com/apache/pulsar/pull/3670#issuecomment-466593397 @ivankelly that's correct. for pojo and primitive schemas, they will not know the schema version. for any other schema implementations that returns `GenericRecord`, the schema version will be used for the client to request a specific version of the schema from the broker. Currently the schema implementation returning `GenericRecord` is AUTO_CONSUME.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
