You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/01 05:25:36 UTC

[GitHub] [apisix-website] tao12345666333 commented on a change in pull request #915: docs: update Nacos and API gateway.

tao12345666333 commented on a change in pull request #915:
URL: https://github.com/apache/apisix-website/pull/915#discussion_r816458496



##########
File path: website/blog/2022/02/21/nacos-api-gateway.md
##########
@@ -41,11 +39,15 @@ From the above description, you can know that the registry can help users quickl
 
 If the service on the server side suddenly goes down and there is no feedback to the service registry, the client can show the service side its service status by actively reporting the heartbeat at regular intervals through the health check function of the service registry. If the service status is abnormal, the service registry will be notified, and the service registry can remove the down service nodes in time to avoid waste of resources.
 
+Apache APISIX is a dynamic, real-time, high-performance API gateway.
+
+APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.
+
 Apache APISIX + Nacos can centralize business-independent control of each microservice node into Apache APISIX for unified management, that is, **the ability to implement proxy and routing forwarding of interface services through Apache APISIX**. After registering various microservices on Nacos, Apache APISIX can get the list of services through the service discovery function of Nacos, and find corresponding service addresses to achieve dynamic proxy.
 
 ![error/Principle Introduction.png](https://static.apiseven.com/202108/1645433743260-53613be6-2812-4af7-9bed-8a03014f2c69.png)
 
-## Apache APISIX Integrates Service Discovery Based on Nacos
+## API gateway Integrates Service Discovery Based on Nacos

Review comment:
       ```suggestion
   ## API Gateway Integrates Service Discovery Based on Nacos
   ```
   
   Consistent with others




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org