-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原版的dubbo-php-framework可以自动获取zookeeper dubbo节点里面的注册服务直接调用,当前改良版如何自动获取? #3
Comments
com.fenqile.example.DemoService 这个服务没有在配置文件 ConsumerConfig.yaml 中定义 |
我用的是测试用例,也报这个错误,ConsumerConfig.yaml没有改动过,这个是说我那个服务没注册成功吗 |
这个最后解决了吗? |
解决了 |
您好,大概是怎么解决的呢?是配置问题?可以php 调通java 提供的provider吗? |
|
用原版的话,需要对已有代码改动哪些地方? |
如com.fenqile.example.DemoService
报错
Fatal error: Uncaught Dubbo\Common\DubboException: Unable to find 'com.fenqile.example.DemoService' service in configuration file in /home/www/dubbo-php-framework-crazyxman/src/rpc/Consumer/DubboConsumer.php:54
The text was updated successfully, but these errors were encountered: