rdhabalia commented on PR #22469: URL: https://github.com/apache/pulsar/pull/22469#issuecomment-2059715913
>This pr may cause some problems, please look at the third part of this test. For example, we want to evolve schema from PersonTwo to PersonOne. Data with schema PersonTwo cannot be consumed. And only the schema PersonOne is version 1 It's because schema ledger is already deleted and in that case, topic doesn't have schema means it should allow to create a new version. Schema deletion means data loss and you can not do much to avoid such situation other than allowing to add a new schema and make topic available to the client applications. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
