-
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
feat: add dubbo protocols support for xrpc #9660
feat: add dubbo protocols support for xrpc #9660
Conversation
@nic-chen please help to check this |
hi @wxbty Thank you for your PR. Please add tests for the newly added features first, let's make sure the code works. Thanks ! |
@nic-chen added |
hi @wxbty CI failed, please have a look |
ok, deal with it later |
|
Hello, @wxbty |
Happy to discuss with you, wechat: wxb_101 |
Could you merge the master branch? |
.github/workflows/build.yml
Outdated
@@ -137,7 +137,7 @@ jobs: | |||
[[ ${{ steps.test_env.outputs.type }} != first ]] && sudo ./ci/init-${{ steps.test_env.outputs.type }}-test-service.sh after | |||
echo "Linux launch services, done." | |||
- name: Start Dubbo Backend | |||
if: matrix.os_name == 'linux_openresty' && steps.test_env.outputs.type == 'plugin' | |||
if: matrix.os_name == 'linux_openresty' && [steps.test_env.outputs.type == 'plugin' || steps.test_env.outputs.type == 'xrpc'] |
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.
https://github.com/apache/apisix/actions/runs/5751049180
Incorrect expression caused the CI to be skipped, please fix it.
ok |
@monkeyDluffy6017 PTAL |
@wxbty ok, i will check this later |
Description
Add dubbo protocol extension to apisix
Fixes #8352