You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/27 07:09:16 UTC

[GitHub] [dubbo] naah69 opened a new issue #8933: instance group in nacos registry always be DEFAULT_GROUP when dubbo.application.register-mode=instance or all

naah69 opened a new issue #8933:
URL: https://github.com/apache/dubbo/issues/8933


   ### Environment
   
   * Dubbo version: 3.0.2
   * Operating System version: win10
   * Java version: jdk11
   
   ### Steps to reproduce this issue
   
   instance group in nacos registry always be DEFAULT_GROUP when `dubbo.application.register-mode=all or instance` and `dubbo.registry.group=dubbo`
   
   ```yaml
   dubbo:
     protocol:
       charset: UTF-8
       server: netty4
       register: true
       name: tri
       serialization: protostuff
       port: -1
     provider:
       dynamic: true
       version: 1.0.0
       validation: true
     consumer:
       validation: true
       version: 1.0.0
     application:
       name: ${spring.application.name}
       compiler: javassist
       register-mode: all
       protocol: tri
     #    service-discovery:
     #      migration: FORCE_APPLICATION
     registry:
       use-as-metadata-center: false
       group: dubbo
       parameters:
         group: dubbo
         namespace: ${spring.profiles.active}
   ```
   
   ![image](https://user-images.githubusercontent.com/25682169/134857720-d93a7c2b-ba16-4d3f-816d-74e8564b34fd.png)
   
   ![image](https://user-images.githubusercontent.com/25682169/134857783-3925a695-63e9-459d-9ef4-4526bf000e07.png)
   
   ### Expected Result
   
   instance group will be 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] JavaLionLi commented on issue #8933: instance group in nacos registry always be DEFAULT_GROUP when dubbo.application.register-mode=instance or all

Posted by GitBox <gi...@apache.org>.
JavaLionLi commented on issue #8933:
URL: https://github.com/apache/dubbo/issues/8933#issuecomment-1076034208


   ![image](https://user-images.githubusercontent.com/31852897/159649250-c815cb09-4d88-465b-ab5e-3e3ee9bfeaa4.png)
   nacos 注册组正常
   ![image](https://user-images.githubusercontent.com/31852897/159649288-0a26a3c2-ec22-4bcf-b34b-4f6a1e727f05.png)
   dubbo注册组配置无效 一直都是默认配置
   ![image](https://user-images.githubusercontent.com/31852897/159649311-18b08cb0-e629-4676-af64-af5171548442.png)
   


-- 
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] naah69 commented on issue #8933: instance group in nacos registry always be DEFAULT_GROUP when dubbo.application.register-mode=instance or all

Posted by GitBox <gi...@apache.org>.
naah69 commented on issue #8933:
URL: https://github.com/apache/dubbo/issues/8933#issuecomment-927703173


   it make consumer can't find provider


-- 
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