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/03/16 13:27:03 UTC

[GitHub] [pulsar] sijie opened a new issue #3837: Provide an option to delete schema when deleting a topic

sijie opened a new issue #3837: Provide an option to delete schema when deleting a topic
URL: https://github.com/apache/pulsar/issues/3837
 
 
   **Is your feature request related to a problem? Please describe.**
   
   Currently the lifecycle of schema is not tied to the lifecycle of a topic. So when a topic is deleted, the schema might still be there. This will result in an unexpected behavior when people try to delete a topic to resolve schema incompatibility issue. See description at issue #2786 
   
   
   **Describe the solution you'd like**
   
   Either we delete the schema along with deleting the topic. Or providing an option to delete schema when deleting a topic.
   
   **Additional context**
   
   N/A

----------------------------------------------------------------
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