SkyeYoung commented on code in PR #12445: URL: https://github.com/apache/apisix/pull/12445#discussion_r2281092685
########## docs/en/latest/discovery/nacos.md: ########## @@ -132,6 +132,7 @@ $ curl http://127.0.0.1:9180/apisix/admin/stream_routes/1 -H "X-API-KEY: $admin_ | ------------ | ------ | ----------- | ------- | ----- | ------------------------------------------------------------ | | namespace_id | string | optional | public | | This parameter is used to specify the namespace of the corresponding service | | group_name | string | optional | DEFAULT_GROUP | | This parameter is used to specify the group of the corresponding service | +| metadata | object | optional | {} | | Filter service instances by metadata using containment matching | Review Comment: It seems the default value isn't `{}` now, but is being filtered out directly. Please remove these characters. ########## docs/zh/latest/discovery/nacos.md: ########## @@ -132,6 +132,7 @@ $ curl http://127.0.0.1:9180/apisix/admin/stream_routes/1 -H "X-API-KEY: $admin_ | ------------ | ------ | ----------- | ------- | ----- | ------------------------------------------------------------ | | namespace_id | string | 可选 | public | | 服务所在的命名空间 | | group_name | string | 可选 | DEFAULT_GROUP | | 服务所在的组 | +| metadata | object | 可选 | {} | | 使用包含匹配方式根据元数据过滤服务实例 | Review Comment: ditto -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org