eye-gu commented on code in PR #3280:
URL: https://github.com/apache/dubbo-go/pull/3280#discussion_r3051698516


##########
protocol/triple/server.go:
##########
@@ -478,6 +512,9 @@ func (s *Server) saveServiceInfo(interfaceName string, info 
*common.ServiceInfo)
        defer s.mu.Unlock()
        // todo(DMwangnima): using interfaceName is not enough, we need to 
consider group and version
        s.services[interfaceName] = ret

Review Comment:
   Fixed.The service registration now uses a composite serviceKey struct that 
includes interfaceName, group (OpenAPI group), dubboGroup, and dubboVersion. 



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

Reply via email to