Ken Liu

Results 222 comments of Ken Liu

related to [在docker环境下部署服务](https://dubbo.apache.org/zh/docs3-v2/java-sdk/advanced-features-and-usage/others/set-host/#%E5%9C%A8%E4%BD%BF%E7%94%A8-docker-%E6%97%B6%E6%9C%89%E6%97%B6%E9%9C%80%E8%A6%81%E8%AE%BE%E7%BD%AE%E7%AB%AF%E5%8F%A3%E6%98%A0%E5%B0%84%E6%AD%A4%E6%97%B6%E5%90%AF%E5%8A%A8-server-%E6%97%B6%E7%BB%91%E5%AE%9A%E7%9A%84-socket-%E5%92%8C%E5%90%91%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83%E6%B3%A8%E5%86%8C%E7%9A%84-socket-%E4%BD%BF%E7%94%A8%E4%B8%8D%E5%90%8C%E7%9A%84%E7%AB%AF%E5%8F%A3%E5%8F%B7%E6%AD%A4%E6%97%B6%E5%8F%88%E8%AF%A5%E5%A6%82%E4%BD%95%E8%AE%BE%E7%BD%AE)

see https://github.com/orgs/apache/projects/121

> [2022-07-15 20:13:46] > content: > java.lang.NullPointerException: Cannot invoke "org.apache.dubbo.metadata.MetadataInfo$ServiceInfo.getNumbers()" because the return value of "org.apache.dubbo.registry.client.InstanceAddressURL.getServiceInfo(String)" is null > +3 > [2022-07-15 20:13:46] > content: > at org.apache.dubbo.registry.client.InstanceAddressURL.getServiceNumbers(InstanceAddressURL.java:448) ~[dubbo-3.0.3.jar!/:3.0.3] >...

如果确定是一个纯消费端,并且不想开启 dubbo 端口,可以设置 ```yaml dubbo: application: register-consumer: false ```

> 这个很好,我报名。 @heartarea 非常欢迎。请先参照 GSoC 官方网站流程提交该 Project 的 Proposal,Proposal 内容完全可以是自己对 Dubbo 以及该 Project 的理解,之后我们将基于你提交的 Proposal 进行详细交流。

@yuzhiping There's no `Dubbo Initializer` project available at this moment yet. Customizing one for Dubbo using [spring initializr](https://github.com/spring-io/start.spring.io) is a good way to achieve that.

This issue has been fixed in the latest 2.7.17 and 3.0.11 bugfix versions. Also fixed in the 3.1.0 feature branch.

@eratolekov Graalvm is an experimental feature in 3.x version that is still under development. Would you like to join and build this feature together with the community?