README ¶ Dubbo-Go Group Usage 1. Introduction When you have multi-impls of a interface,you can distinguish them with the group. 2. How to configure the group provider side # server.yml # service config services: "UserProvider": # ... group: "group-a" # ... consumer side # client.yml # reference config references: "UserProvider": # ... group: "GroupA" # ... Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis go-client cmd pkg go-server-group-a cmd pkg go-server-group-b cmd pkg Click to show internal directories. Click to hide internal directories.