dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

How to implement Dubbo3 consumer by Python3

Open aqi-wyze opened this issue 2 years ago • 1 comments

I want to call my Dubbo3 API by Python3, how can I do it? (Triple Protocol)

aqi-wyze avatar Feb 05 '23 09:02 aqi-wyze

As for now, you can use grpc client to call triple directly. We also welcome you to contribute to the implementation of dubbo in python3.

AlbumenJ avatar Feb 06 '23 12:02 AlbumenJ