zhou-yong-long commented on issue #1705:
URL: https://github.com/apache/dubbo-go/issues/1705#issuecomment-1011930433
`import (
"fmt"
"os"
"os/signal"
"syscall"
"time"
hessian "github.com/apache/dubbo-go-hessian2"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/common/yaml"
"github.com/apache/dubbo-go/config"
_ "github.com/apache/dubbo-go/common/proxy/proxy_factory"
_ "github.com/apache/dubbo-go/registry/protocol"
_ "github.com/apache/dubbo-go/registry/zookeeper" // @v1.5.7
)`
i had debug the code, and find the problem is " 'extension' package in
'dubbo-go/common' which would load registry for zookeeper needs 'zookeeper'
package init its registry before, so i changed the original code about
zookeeper/listener.go and it runs well
--
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]