Rebellioncry
Rebellioncry
@houseme jaeger的代码这样写算是全局开启吧?那只要上传文件的接口都会报这个错吗?怎么避免?
@houseme go 1.17 require ( github.com/Azure/go-amqp v0.17.4 github.com/Shopify/sarama v1.30.1 github.com/apache/rocketmq-client-go/v2 v2.1.0 github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 github.com/bufanyun/pool v0.2.1 github.com/bwmarrin/snowflake v0.3.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/disintegration/imaging v1.6.2 github.com/gogf/gf/contrib/drivers/mysql/v2 v2.1.0-rc3 github.com/gogf/gf/contrib/trace/jaeger/v2 v2.1.1 github.com/gogf/gf/v2 v2.1.0-rc3 github.com/gomodule/redigo v2.0.0+incompatible github.com/google/uuid...
@houseme 还是一样,只要有上传文件就会报这个错
@houseme 只能给你发main的代码,程序的代码发不了 ```go var ( Main = gcmd.Command{ Name: "main", Usage: "main", Brief: "start http server of HotGo!", Func: func(ctx context.Context, parser *gcmd.Parser) (err error) { if _, err :=...
其他地方没有有关jaeger的代码了
@RaymondMouthaan I copy your example of a docker compose file and run it,but it doesn't work,it doesn't clustered. I restarted the worker container,It's still the same.Did I do anything wrong?Look...
@RaymondMouthaan Thank you for your reply! @zhanghongtong How to create a docker swarm cluster now? Can you give me an example?Look forward to your reply
@zhanghongtong thanks a lot!Your example works well!
@iGoogle-ink 那手动验签的前提是`//client.SetPlatformCert([]byte(""), "")`这个吗? 我现在的场景是后端一个接受来自对应多个不同client的支付回调结果,那我每次都得先new一个client才能验签吗?
不知道我理解的对不对,自动验签开启好像client.WxPublicKey()就会有值,而不需要手动client.SetPlatformCert([]byte(""), ""),我理解的对吗?