Lexus Lee
Lexus Lee
@ZLBer Good Job 👍🏻 Could you give a draft document how to run this xds certificate provider and communicate with istiod locally?
generally LGTM, will be better to add some examples on https://github.com/apache/dubbo-go-samples for example, ``` func main() { manager, _ := NewCertManager() client(manager) } func client(manager CertManager) { time.Sleep(time.Second * 2)...
@AlexStocks this PR LGTM, I think it's ready to be merged. @justxuewei could u also help take a look at `xds/credentials/cert_manager.go` codes.
we also need this.
I am also following this issue, anything I can do to help?
@zhaoyunxing92 you could assign me
@chickenlj I assume `Listerner.NotifyAll` will solve this https://github.com/apache/dubbo-go/blob/80efe12ab22655da75447970dbca6db28c4b87b3/registry/mocks/NotifyListener.go#L41 will have a try.
+1, customized layout needed
me too with api return like this ``` json { "totalLag": null, "percentageCovered": 100, "partitionOffsets": [ 10, 14, 11, 13, 11, 11, 12, 13, 11, 6 ], "partitionLatestOffsets": [], "owners":...