You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "pmupkin (via GitHub)" <gi...@apache.org> on 2023/04/11 01:35:31 UTC

[GitHub] [dubbo] pmupkin opened a new issue, #12056: 消费者IP和端口注册

pmupkin opened a new issue, #12056:
URL: https://github.com/apache/dubbo/issues/12056

   
   ## Ask your question here
   Dubbo消费者的IP和端口号会注册到注册中心吗?如果会的话,是在什么时机注册的呢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #12056: 消费者IP和端口注册

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12056:
URL: https://github.com/apache/dubbo/issues/12056#issuecomment-1502642342

   因为要降低注册中心的负载,3.x 版本应该默认不会注册了


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] MieAh commented on issue #12056: 消费者IP和端口注册

Posted by "MieAh (via GitHub)" <gi...@apache.org>.
MieAh commented on issue #12056:
URL: https://github.com/apache/dubbo/issues/12056#issuecomment-1508935018

   刚试验过是可以的


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #12056: 消费者IP和端口注册

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12056:
URL: https://github.com/apache/dubbo/issues/12056#issuecomment-1505103693

   你用的是什么注册中心


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] pmupkin commented on issue #12056: 消费者IP和端口注册

Posted by "pmupkin (via GitHub)" <gi...@apache.org>.
pmupkin commented on issue #12056:
URL: https://github.com/apache/dubbo/issues/12056#issuecomment-1508852247

   > 可以通过dubbo.consumer.registry配置项向指定注册中心注册。当在多个注册中心时使用,值为dubbo:registry的id属性,多个注册中心ID用逗号分隔,如果不想将该服务注册到任何registry,可以不进行配置
   
   你确定这样可以?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] MieAh commented on issue #12056: 消费者IP和端口注册

Posted by "MieAh (via GitHub)" <gi...@apache.org>.
MieAh commented on issue #12056:
URL: https://github.com/apache/dubbo/issues/12056#issuecomment-1505798679

   可以通过dubbo.consumer.registry配置项向指定注册中心注册。当在多个注册中心时使用,值为<dubbo:registry>的id属性,多个注册中心ID用逗号分隔,如果不想将该服务注册到任何registry,可以不进行配置


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] pmupkin commented on issue #12056: 消费者IP和端口注册

Posted by "pmupkin (via GitHub)" <gi...@apache.org>.
pmupkin commented on issue #12056:
URL: https://github.com/apache/dubbo/issues/12056#issuecomment-1502801333

   如果需要在3.x版本中注册端口和IP,Dubbo提供了可选的注册方式吗?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] pmupkin commented on issue #12056: 消费者IP和端口注册

Posted by "pmupkin (via GitHub)" <gi...@apache.org>.
pmupkin commented on issue #12056:
URL: https://github.com/apache/dubbo/issues/12056#issuecomment-1505513968

   > 你用的是什么注册中心
   
   zookeeper,我想在Dubbo3.x中实现消费者IP和端口的注册


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


Re: [I] 消费者IP和端口注册 [dubbo]

Posted by "wxbty (via GitHub)" <gi...@apache.org>.
wxbty closed issue #12056: 消费者IP和端口注册
URL: https://github.com/apache/dubbo/issues/12056


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org