cnzakii commented on PR #43: URL: https://github.com/apache/dubbo-python/pull/43#issuecomment-2608819064
@Advaitgaur004 Currently, the exception handling mechanism is not very well-developed and needs to be improved. However, addressing exception handling solely in the basic components and bootstrap parts is clearly not sufficient to achieve this goal. Such an approach would make it difficult for users or maintainers to troubleshoot problems as it is too general. Additionally, for the framework, some exceptions can be handled internally, while others need to be exposed to the user (specific practices can refer to the concepts in Dubbo-Java). By the way, you can refer to [CONTRIBUTING.md](https://github.com/apache/dubbo-python/blob/main/CONTRIBUTING.md), and before creating a PR, submit an issue on [Apache Dubbo Issues](https://github.com/apache/dubbo/issues). Thank you very much for your support of Dubbo-Python! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
