codelipenghui opened a new pull request #11501: URL: https://github.com/apache/pulsar/pull/11501
The delete topic REST API already provided delete schema option, but the delete topic command does not apply this option, instead call the delete schema independently. And the delete schema REST API has a different behavior with the delete topic REST API with deleteSchema=true. When delete a topic with delete schema option, the schema ledgers and schema indexes will be deleted, but delete schema independently only write a delete marker to the schema storage. We may need to improve the delete schema API, but the improvement does not in this PR. This PR just correct the delete topic with delete schema behavior. -- 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]
