liuxuzxx commented on issue #3369:
URL: https://github.com/apache/rocketmq/issues/3369#issuecomment-927259713
> 感谢@liuxuzxx
对这个问题的“不一不孬“,非常棒~这个问题目前只能Go兼容下这个非标的字符了,请Go客户端几位maintainer也看下该问题,后续如何改进优化?
@ShannonDing @wenfengwang
还有获取consumeStats信息的时候,也是JSON不规范的问题,示例JSON如下:
```json
{"consumeTps":0.0,"offsetTable":{{"brokerName":"broker_37_master","queueId":1,"topic":"MT_MQ_L4"}:{"brokerOffset":2,"consumerOffset":0,"lastTimestamp":0},{"brokerName":"broker_37_master","queueId":0,"topic":"MT_MQ_L4"}:{"brokerOffset":5,"consumerOffset":0,"lastTimestamp":0},{"brokerName":"broker_37_master","queueId":3,"topic":"MT_MQ_L4"}:{"brokerOffset":2,"consumerOffset":0,"lastTimestamp":0},{"brokerName":"broker_37_master","queueId":2,"topic":"MT_MQ_L4"}:{"brokerOffset":2,"consumerOffset":0,"lastTimestamp":0}}}
```
这次和上一个问题的key没有携带双引号还有很大区别,这个是直接一个对象的JSON串当做一个key了
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]