-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update "Other protocols" Plugins #7312
Conversation
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
| method | string | optional | the path of uri | | dubbo provider service method| | ||
| Name | Type | Required | Default | Description | | ||
| --------------- | ------ | -------- | -------------------- | ------------------------------- | | ||
| service_name | string | required | | Dubbo provider service name. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| service_name | string | required | | Dubbo provider service name. | | |
| service_name | string | True | | Dubbo provider service name. | |
| Name | Type | Required | Default | Description | | ||
| --------------- | ------ | -------- | -------------------- | ------------------------------- | | ||
| service_name | string | required | | Dubbo provider service name. | | ||
| service_version | string | required | | Dubbo provider service version. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| service_version | string | required | | Dubbo provider service version. | | |
| service_version | string | True | | Dubbo provider service version. | |
| --------------- | ------ | -------- | -------------------- | ------------------------------- | | ||
| service_name | string | required | | Dubbo provider service name. | | ||
| service_version | string | required | | Dubbo provider service version. | | ||
| method | string | optional | The path of the URI. | Dubbo provider service method. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| method | string | optional | The path of the URI. | Dubbo provider service method. | | |
| method | string | False | The path of the URI. | Dubbo provider service method. | |
| upstream_multiplex_count | number | required | 32 | >= 1 | the maximum number of multiplex requests in an upstream connection | | ||
| Name | Type | Required | Default | Valid values | Description | | ||
| ------------------------ | ------ | -------- | ------- | ------------ | --------------------------------------------------------------- | | ||
| upstream_multiplex_count | number | required | 32 | >= 1 | Maximum number of multiplex requests in an upstream connection. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| upstream_multiplex_count | number | required | 32 | >= 1 | Maximum number of multiplex requests in an upstream connection. | | |
| upstream_multiplex_count | number | True | 32 | >= 1 | Maximum number of multiplex requests in an upstream connection. | |
|
||
## 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 [How do I build the APISIX base environment](./../FAQ.md#how-do-i-build-the-apisix-base-environment?) for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hf400159 The "?" does not come in the URL it seems... See: https://apisix.apache.org/docs/apisix/FAQ#how-do-i-build-the-apisix-base-environment
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
…ottekkat/apisix into docs/plugin-other/6734
Signed-off-by: Navendu Pottekkat navendupottekkat@gmail.com
Description
Updates the documentation of the "Other protocols" Plugins. Fixes #6734
Child PR of #6734