okaybase commented on code in PR #7312: URL: https://github.com/apache/apisix/pull/7312#discussion_r906667456
########## docs/en/latest/plugins/dubbo-proxy.md: ########## @@ -23,40 +30,39 @@ title: dubbo-proxy ## Description -dubbo-proxy plugin allows you proxy HTTP request to [**dubbo**](http://dubbo.apache.org). +The `dubbo-proxy` Plugin allows you to proxy HTTP requests to [Apache Dubbo](https://dubbo.apache.org/en/index.html). + +:::info IMPORTANT -## Requirement +If you are using OpenResty, you need to build it with Dubbo support. See [How do I build the APISIX base environment](./../FAQ.md#how-do-i-build-the-apisix-base-environment) for details. -If you are using OpenResty, you need to build it with dubbo support, see [APISIX-Base](./FAQ/#how-do-i-build-the-apisix-base-environment). +::: ## Runtime Attributes -| Name | Type | Requirement | Default | Valid | Description | -| ------------ | ------ | ----------- | -------- | ------------ | -------------------------------------------------------------------- | -| service_name | string | required | | | dubbo provider service name| -| service_version | string | required | | | dubbo provider service version| -| method | string | optional | the path of uri | | dubbo provider service method| +| Name | Type | Required | Default | Description | +| --------------- | ------ | -------- | -------------------- | ------------------------------- | +| service_name | string | required | | Dubbo provider service name. | +| service_version | string | required | | Dubbo provider service version. | Review Comment: ```suggestion | service_version | string | True | | Dubbo provider service version. | ``` -- 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]
