Copilot commented on code in PR #2021: URL: https://github.com/apache/apisix-website/pull/2021#discussion_r3069498627
########## blog/en/blog/2022/02/25/consul-api-gateway.md: ########## @@ -13,8 +13,8 @@ keywords: - API Gateway - Consul - Service Discovery -- Servici Register -description: Apache APISIX supports the Consul KV-based service discovery registry. This article will walk you through the process of implementing service discovery and service registry in APISIX. +- Service Register +description: Integrate Consul KV with APISIX for service discovery and registration. Configure upstream resolution with health checks. Review Comment: The new meta description mentions "health checks", but this article doesn’t appear to cover health checks anywhere else (only occurrence is in this frontmatter). This makes the description inaccurate; consider removing the health-checks claim or updating the article content to match. ```suggestion description: Integrate Consul KV with APISIX for service discovery and registration. ``` ########## blog/en/blog/2020/12/16/another-way-to-implement-envoy-filter.md: ########## @@ -9,7 +9,7 @@ keywords: - Apache APISIX - Envoy - Envoy filter -description: This article describes extending Envoy with new functionality and concrete examples using the base library of the cloud-native API gateway Apache APISIX. +description: Run APISIX Lua plugins as Envoy filters using apisix-seed. Extend Envoy with dynamic capabilities without writing C++ code. Review Comment: Frontmatter description references "apisix-seed", but the post body links to and discusses the `api7/envoy-apisix` repo and doesn’t mention apisix-seed elsewhere. This makes the description misleading; align it with the actual project name used in the article. ```suggestion description: Run APISIX Lua plugins as Envoy filters using envoy-apisix. Extend Envoy with dynamic capabilities without writing C++ code. ``` -- 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]
