小虾虎鱼

Results 25 comments of 小虾虎鱼

@CrazyHZM Hello,This issue exists indeed. I am sure it is dubbo 's bug.If I remove org.apache.dubbo.common.utils.ClassLoaderResourceLoader code between line 86 to line 89,anything will be well. ![image](https://github.com/apache/dubbo/assets/27885492/4fdc1e5d-323e-42fb-8718-80a4be7a4f7b) demo for reproducing...

resolve it by changing the dependency: old: ``` org.apache.dubbo dubbo 3.3.0-beta.1 compile org.apache.dubbo dubbo-native ``` new: ``` org.apache.dubbo dubbo-spring-boot-starter org.apache.dubbo dubbo-zookeeper-curator5-spring-boot-starter org.springframework.boot spring-boot-starter-web org.apache.dubbo dubbo-native org.apache.dubbo dubbo-remoting-netty4 org.apache.dubbo dubbo-serialization-fastjson2 org.apache.dubbo...

17.0.10-graal I install jdk by sdkman : sdk install java 17.0.10-graal It is not OK for this code : HelloWorld.java ``` import sun.reflect.ReflectionFactory; import java.io.ObjectStreamClass; import java.io.Serializable; import java.lang.reflect.Constructor; import...

class file: FSTDefaultClassInstantiator code: ReflectionFactory.getReflectionFactory().newConstructorForSerialization(clazz, c); resolve method (1)https://www.graalvm.org/latest/reference-manual/native-image/metadata/#serialization add serialization-config.json

yes. in the same process. it is a rocketmq client. the process is a java application using springboot+rocketmq For example, there is a topic: hello_topic, Then there were 3000 consumers...