marsevilspirit commented on code in PR #2882:
URL: https://github.com/apache/dubbo-go/pull/2882#discussion_r2098101294
##########
registry/nacos/service_discovery.go:
##########
@@ -66,6 +66,8 @@ type nacosServiceDiscovery struct {
// cache registry instances
registryInstances []registry.ServiceInstance
+ servicenameInstancesmap map[string][]registry.ServiceInstance //Batch
registration for the same service
Review Comment:
sorry, I want to change to serviceNameInstancesMap now. XD
I think ServiceNameInstancesMap is better.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]