apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.29k stars 415 forks source link

请教,在client端设置消息的key-value怎么没在rocketmq-console上体现呀? #1079

Open gzlboy opened 1 year ago

gzlboy commented 1 year ago

image key和tag看到了,但是设置的demo-key在rocketmq-console中看不到,是rocketmq-console不支持还是什么原因?

francisoliverlee commented 1 year ago

try lastest version , this would work image

0daypwn commented 11 months ago

client支持With和Get https://github.com/apache/rocketmq-client-go/blob/da20ee7b0743a08ecf1fc53403f530b74eea2257/primitive/message.go#L151-L159

至于rocketmq-console无法查看这个问题应该提在 https://github.com/apache/rocketmq-dashboard 不过这个项目很久没人维护了