wu-sheng commented on issue #6114: URL: https://github.com/apache/skywalking/issues/6114#issuecomment-753270727
> > config server(nacos,zk) <--update Event--> OAP --command--> agent > > did I get that right? > > Yes, so I was proposing to add a grpc service **in OAP** and make CLI possible to update > > ``` > config server(nacos,zk) <--update Event--> OAP --command--> agent > ^ > | <== this is what I proposed to added > CLI > ``` > > I think the sync between OAP nodes is a problem so this is not as easy as I thought This is definitely not easy, and also I think this is not a problem we should resolve. If CLI could trigger this, you actually build a CLI implementation to change every config server implementation. :) Such as ZooKeeper has its client CLI, which could do update natively. If the config server doesn't support it, it is the issue of their community. ---------------------------------------------------------------- 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]
