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 2020/01/10 12:14:30 UTC

[GitHub] [incubator-apisix] agile6v opened a new issue #1038: I want to introduce a fault-injection plugin

agile6v opened a new issue #1038: I want to introduce a fault-injection plugin
URL: https://github.com/apache/incubator-apisix/issues/1038
 
 
   Hi @moonming @membphis 
   
   I want to introduce a plugin fault-injection like envoy's [fault-filter](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/fault_filter).
   
   The purpose of introducing:
   > The fault injection filter can be used to test the resiliency of microservices to different forms of failures. The filter can be used to inject delays and abort requests with user-specified error codes, thereby providing the ability to stage different failure scenarios such as service failures, service overloads, high network latency, network partitions, etc. 
   
   In the first phase, I implement a very simple plugin which simply supports inject delay and abort requests with user-specified error codes. 
   
   What do you think of?
   Thanks.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis commented on issue #1038: feature: I want to introduce a fault-injection plugin

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1038: feature: I want to introduce a fault-injection plugin
URL: https://github.com/apache/incubator-apisix/issues/1038#issuecomment-573373491
 
 
   Looking forward to PR ^_^

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis closed issue #1038: feature: I want to introduce a fault-injection plugin

Posted by GitBox <gi...@apache.org>.
membphis closed issue #1038: feature: I want to introduce a fault-injection plugin
URL: https://github.com/apache/incubator-apisix/issues/1038
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-apisix] moonming commented on issue #1038: feature: I want to introduce a fault-injection plugin

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #1038: feature: I want to introduce a fault-injection plugin
URL: https://github.com/apache/incubator-apisix/issues/1038#issuecomment-573019014
 
 
   LGTM.
   @agile6v welcome PR

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services