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

[GitHub] [dubbo-go] bakineW commented on issue #2218: Application interface configuration, consumers can also get providers from other groups by configuring one group.

bakineW commented on issue #2218:
URL: https://github.com/apache/dubbo-go/issues/2218#issuecomment-1500801788

   ###提供者配置
   dubbo:
     application:
       name: myapp
       module: opensource
       group: TEST_GROUP
       organization: dubbo
       owner: laurence
       version: 2.0.1
       environment: develop
       metadata-type: remote
     registries:
       demoZK:
         protocol: zookeeper
   	  address: 127.0.0.1:32355
         timeout: 3s
         registry-type: service
     metadata-report:
       protocol: zookeeper
   	address: 127.0.0.1:32355
       # group: TEST_GROUP  # 改在这里注册路径有改变但也是没效果
     protocols:
       dubbo:
         name: dubbo
         port: 32323
         params:
           session-number: 700
           session-timeout: 180s
           getty-session-param:
             compress-encoding: false
             tcp-no-delay: true
             tcp-keep-alive: true
             keep-alive-period: 120s
             tcp-r-buf-size: 262144
             tcp-w-buf-size: 65536
             tcp-read-timeout: 10s
             tcp-write-timeout: 5s
             wait-timeout: 1s
             max-msg-len: 1024000
             session-name: server
     provider:
       services:
         PiaoProvider:
           interface: com.hw.tool.dubbo.api.service.PiaoProvider
           version: 1.2.3
     logger:
       zap-config:
         level: error
       lumberjack-config:
         maxSize: 1
         maxAge: 3
         maxBackups: 5
         localTime: true
         compress: false


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