You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/11 08:14:55 UTC

[GitHub] [pulsar] liketic opened a new pull request #4262: Delete schema when deleting inactive topic

liketic opened a new pull request #4262: Delete schema when deleting inactive topic
URL: https://github.com/apache/pulsar/pull/4262
 
 
   Currently, we ignore the schema defined for a topic even the topic has been deleted as it's not active any more, this PR will delete the related schema as well when deleting an inactive topic. And also, remove a ```Subscription``` for ```NonPersistentTopic``` if ```unsubscribe``` called.
   
   closes #4180 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services