rdhabalia commented on PR #22469:
URL: https://github.com/apache/pulsar/pull/22469#issuecomment-2059700234

   > Even after this error occurs, whether to skip or not, there should be a 
configuration that allows users to configure whether to skip or manually repair 
when the integrity of the schema is damaged.
   
   If schema ledger itself is deleted then it means it's similar as having 
topic without schema, and in that case, we should not make the topic 
unavailable. This PR simply handles non-recoverable error instead eating and 
ignoring the exception, and not allowing client to connect. yes, I also agree, 
we should allow client to connect and create a new schema ledger if needed. 
   


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

Reply via email to