cnzakii commented on PR #51:
URL: https://github.com/apache/dubbo-python/pull/51#issuecomment-3245745282

   @aditya0yadav 
   
   Are you using pyhessian (i.e., python-hessian)? From this PR, I wasn’t able 
to confirm which implementation you are relying on.
   It seems that due to a lack of communication on this topic, your work on 
Hessian might end up being less effective. In fact, Dubbo has its own 
modifications to the Hessian protocol:
   
   Dubbo-Java uses 
[dubbo-hessian-lite](https://github.com/apache/dubbo-hessian-lite?utm_source=chatgpt.com)
   
   Dubbo-Go uses 
[dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2?utm_source=chatgpt.com)
   
   So for Python, we may also need to implement a dedicated Hessian version 
instead of directly depending on existing third-party libraries.


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

Reply via email to