You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/09/03 08:07:36 UTC

[apisix-website] branch master updated: docs: update fault-injection-testing-with-api-gateway.md (#1311)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 006a7fef7dd docs: update fault-injection-testing-with-api-gateway.md (#1311)
006a7fef7dd is described below

commit 006a7fef7dd89db52889796aae9922d445abe0d5
Author: Fei Han <97...@users.noreply.github.com>
AuthorDate: Sat Sep 3 16:07:31 2022 +0800

    docs: update fault-injection-testing-with-api-gateway.md (#1311)
---
 blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md b/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
index a13f53adb3e..0a6a6d402ca 100644
--- a/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
+++ b/blog/en/blog/2022/08/28/fault-injection-testing-with-api-gateway.md
@@ -23,7 +23,7 @@ tags: [Case Studies]
 
 [Distributed systems](https://azure.microsoft.com/en-us/resources/designing-distributed-systems/) such as [microservices](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices) have led to an increase in the complexity of the systems we work with. It is difficult to have full confidence in this architecture when there are many components and “a lot of moving parts” that could potentially fail. It is critical to handle failures in service-to-service c [...]
 
-![Fault Injection Testing with Apache APISIX](https://static.apiseven.com/2022/blog/0831/articles/afe53i95g4tt82rx8gwp.jpg)
+![Fault Injection Testing with Apache APISIX](https://static.apiseven.com/2022/blog/0831/afe53i95g4tt82rx8gwp.jpg)
 
 Throughout the post, we get to know the types of possible failure injections with the **[Fault Injection Plugin](https://apisix.apache.org/docs/apisix/plugins/fault-injection/)** 🔌 and simulate failures on our existing [Product backend service](https://github.com/Boburmirzo/apisix-dotnet-docker/tree/main/ProductApi) (developed by using [ASP.NET Core WEB API](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0)).