Replies: 1 comment
-
What is the problem? Consumer info will not effect the usage |
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
-
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
dubbo provider is alibaba cloud dubbo and it implements with nacos.
two consumers:
Register: consumer://192.168.1.73/org.apache.dubbo.rpc.service.GenericService?application=base-auth&category=consumers&check=false&dubbo=2.0.2&generic=true&group=dx-front&interface=com.alibaba.cloud.dubbo.service.DubboMetadataService&pid=22500&qos.enable=false&release=2.7.8&router=-default,revisionRouter&side=consumer&sticky=false×tamp=1728643191548&version=1.0.0, dubbo version: 2.7.8, current host: 192.168.1.73
Register: consumer://192.168.1.9/com.prd.ast.dx.front.dubbo.module.user.service.IUserService?application=first-dubbo-client&category=consumers&check=false&dubbo=2.0.2&interface=com.prd.ast.dx.front.dubbo.module.user.service.IUserService&metadata-type=remote&methods=list&pid=186548&release=2.7.8&revision=1.0&side=consumer&sticky=false×tamp=1728644774241, dubbo version: 2.7.8, current host: 192.168.1.9
provider env ,consumer 1 env: there are same
java:1.8
<spring-boot.version>2.3.2.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR10</spring-cloud.version>
<spring-cloud-alibaba.version>2.2.6.RELEASE</spring-cloud-alibaba.version>
<dubbo.version>2.7.8</dubbo.version>
consumer 2 env:
java: 1.8
org.apache.dubbo
dubbo-registry-nacos
2.7.8
com.alibaba.spring
spring-context-support
1.0.10
org.apache.dubbo
dubbo-spring-boot-starter
2.7.8
two registeation url are different,how can I make consumer 2 work? thanks.
Beta Was this translation helpful? Give feedback.
All reactions