lchpersonal
lchpersonal
nacos-sync当前支持集群部署吗?
通过Eureka的restApi下线服务,将状态置为OUT_OF_SERVICE或者DOWN状态,Naocs上服务未下线
从eureka同步到nacos,指定了local命名空间,但是同步后服务nacos的public命名空间
使用SDK发qq频道帖子,总是提示json格式不正确,发现源码有bug,要把源码的: ```python class RichText(TypedDict): paragraphs: Paragraph ```` 改成: ```python class RichText(TypedDict): paragraphs: List[Paragraph] ``` 现在能发送成功,但是出现如下问题:  帖子列表能看到图片,但是点进帖子详情,只有文字,这个是什么原因?
### Current Behavior I configured the zipkin plugin in the route and added the printing of fields such as traceId in config.yaml, but found that all the printed traceIds are...
### Description I want to use the trace log feature of apisix, but I don't want to perform trace log visualization collection (like zipkin), I just need to add traceId...