Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
Hello, I use dubbo 3.0.6 and nacos as registration center in my springboot. When the application start, dubbo will register to nacos. Is it necessary to do register in junit test? this process take a long time, how can I disable register in junit test?
I tried like this, but it doesnt make sense
In shenyu, I can use
shenyu.register.enabled=false
to disable register, Is there something like that in dubbo?Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions