You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/09/05 18:39:21 UTC

[GitHub] [rocketmq] turtleDeng opened a new issue #1445: BrokerDatas is illegal json

turtleDeng opened a new issue #1445: BrokerDatas is illegal json
URL: https://github.com/apache/rocketmq/issues/1445
 
 
   When calling a GET_ROUTEINTO_BY_TOPIC request, the returned brokerDatas is an illegal json
   ```
   {
   	"brokerDatas": [{
   		"brokerAddrs": {
   			0: "172.168.0.104:10911"
   		},
   		"brokerName": "yinchongyuandeMacBook-Pro.local",
   		"cluster": "DefaultCluster"
   	}],
   	"filterServerTable": {},
   	"queueDatas": [{
   		"brokerName": "yinchongyuandeMacBook-Pro.local",
   		"perm": 6,
   		"readQueueNums": 4,
   		"topicSynFlag": 0,
   		"writeQueueNums": 4
   	}]
   }
   ```
   
   ```
   "brokerAddrs": {
   			0: "172.168.0.104:10911"
   		},
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services