spacewander commented on issue #6105:
URL: https://github.com/apache/apisix/issues/6105#issuecomment-1012865872


   > 同key数据结构不一致,常见的比如 node.nodes 
无值{},有值[],更奇葩的是upstream的node.nodes[].nodes,通过接口更新的是{},通过dashboard更新的是[{},{}],就很难受
   
   Could you provide detailed steps to reproduce it?
   
   It's a bit weird in this case, because both `{}` and `[]` are valid `nodes` 
values. The array format is preferable, because:
   1. it can be PATCHed
   2. it is extendable


-- 
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]


Reply via email to