yujun32 opened a new issue #7166: URL: https://github.com/apache/pulsar/issues/7166
I need a Schema strategy like this: Producter can add fields based on business development, but old fields cannot be deleted and modified; (like protobuf). Consumers can consume all versions of data with various versions of Schema, and will lack new fields that are newer than the current version. I found the pulsar documentation. There is no such Schema strategy that only allows adding fields, and existing fields cannot be deleted and modified, and Consumer can consume all version data without upgrading. ---------------------------------------------------------------- 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]
