sijie commented on pull request #9895: URL: https://github.com/apache/pulsar/pull/9895#issuecomment-801664166
The concerns will still be around AUTO_SCHEMA vs OBJECT. It will cause confusion. IMO, we should just have one schema type that is used to automatically get the "object" based on the schema type. You should think about `GenericRecord` as a wrapper over the "object" with schema information. A java `object` doesn't give you such schema type. Also "record" doesn't necessarily mean "struct", i.e In a log system a log record is a bag of bytes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
