aditya0yadav commented on PR #51: URL: https://github.com/apache/dubbo-python/pull/51#issuecomment-3259632697
@cnzakii Please review this. I refactored the JSON and Protobuf code into multiple modules, using the Extension Loader to manage and call the appropriate handlers. JSON: Multiple type handlers are now supported via the Extension Loader. The system will use ujson or orjson depending on availability and performance. Protobuf: If the user is using BetterProto or Google Protoc, the correct message handler will be automatically inferred and used. This is also managed through the Extension Loader, so no manual intervention is 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
