SylviaBABY commented on code in PR #1079: URL: https://github.com/apache/apisix-website/pull/1079#discussion_r870220270
########## website/blog/2022/05/10/weekly-report-0510.md: ########## @@ -0,0 +1,60 @@ +--- +title: Biweekly Report|Explore the weeks of Apr 15th - Apr 30th +keywords: +- Apache APISIX +- API Gateway +- Weekly Report +- Contributor +description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community. +tags: [Events] +--- + +> From April 15th to April 30th, 28 contributors submitted 88 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better! + +<!--truncate--> + +## Introduction + +Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners. + +"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community. + +We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it! + +## Contributor Statistics + + + + + +## Good first issue + +### Issue #6923 + +**Link**: https://github.com/apache/apisix/issues/6923 + +**Issue description**: + +As a user, I want to let api-breaker plugin return default response body. Refer to the document [api-breaker](https://apisix.apache.org/zh/docs/apisix/plugins/api-breaker/),when upstream is in the unhealthy state, the `api-breaker` returns `unhealthy.http_statuses` only, without a response body. Review Comment: ```suggestion As a user, I want to let `api-breaker` plugin return the default response body. Refer to the document [api-breaker](https://apisix.apache.org/zh/docs/apisix/plugins/api-breaker/), when upstream is in the unhealthy state, the `api-breaker` returns `unhealthy.http_statuses` only, without a response body. ``` -- 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]
