apache / dubbo-js

The Typescript implementation of Apache Dubbo. An RPC and microservice framework for Node.js and Web development.
https://dubbo.apache.org/
Apache License 2.0
760 stars 161 forks source link

请问可以利用java dubbo3+版本泛化调用至【Apache Dubbo-js 4.0.0 released】提供的dubbo接口吗? #393

Open mrwangyin opened 5 months ago

mrwangyin commented 5 months ago

或者说java dubbo3泛化调用至其他版本的dubbojs服务端?

mrwangyin commented 5 months ago

dubbojs 请问图中红色需求,当前dubbo-js能支持吗?那个版本能支持?

mrwangyin commented 5 months ago

我这边测试,上图中的使用Nacos注册中心时,dubbo js consumer 无法调用至 dubbo java provider ,但是切换为Zookeeper注册中心时,又能调用成功;