jasononion commented on a change in pull request #693:
URL: 
https://github.com/apache/servicecomb-service-center/pull/693#discussion_r487793277



##########
File path: syncer/serf/serf.go
##########
@@ -48,10 +49,11 @@ type Server struct {
        stopCh  chan struct{}
 
        handlerMap *sync.Map
+       joinAddr   []string
 }
 
 // NewServer new serf server with options
-func NewServer(opts ...Option) *Server {
+func NewServer(join string, opts ...Option) *Server {

Review comment:
       已修改




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to