szhengli
szhengli
i am trying to use redis as store by following instruction of "Writing a profile" in " https://micro.dev/reference ", as package staging import ( "github.com/urfave/cli/v2" "github.com/go-micro/plugins/v4/store/redis" "github.com/micro/micro/v3/profile" "github.com/micro/micro/v3/service/store" // "github.com/micro/micro/v3/service/store/memory"...
dubbo admin 不支持使用 kubernetes API Server 做注册中心, 近期是否有支持计划?
dubbo-samples-kubernetes-dns 示例 无法打包 org.apache.dubbo.extensions dubbo-registry-dns 1.0.2-SNAPSHOT 上面的依赖包不存在,改为: org.apache.dubbo dubbo-registry-dns 3.0.5 可以打包部署后,provider启动报错: ort=20885&methods=sayHello&pid=1&qos.accept.foreign.ip=true&qos.enable=true&release=3.1.0&revision=1.0.0&service-name-mapping=true&side=provider×tamp=1661673684437&token=ea52d510-31fa-47e7-bd86-d60d92077274&version=1.0.0 to registry 10.43.0.10:53, dubbo version: 3.1.0, current host: 10.42.2.145 -- [28/08/22 08:01:25:025 UTC] main ERROR common.Version: [DUBBO] Duplicate...
OS Version: Rocky Linux 9.3 (9.2 also tried) RKE2 , in which rancher is deployed by helm root@m0:~# rke2 -version rke2 version v1.26.10+rke2r2 (21e3a8c82da71473f2b846065dcab197a9b2c9d8) go version go1.20.10 X:boringcrypto Rancher: v2.7.9...
fail to publish mq, with the "service not found". can anyone help ? thank you. ---------------------------------- package main import ( "context" "fmt" mq "github.com/go-micro/plugins/v4/broker/rabbitmq" "github.com/go-micro/plugins/v4/registry/etcd" "log" "time" "go-micro.dev/v4" "go-micro.dev/v4/broker" registry...