You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
A Fault injection filter should provide configurable error injection capabilities, such as delay, error local reply. it is best to have more detailed routing-based configuration capabilities
Why is this needed:
Because this is the ability that is required in the testing phase
How to:
A simple example :
pkg/filter/authority/authority.go
ctxc.SendLocalReply will be useful in this new filter.
What would you like to be added:
A Fault injection filter should provide configurable error injection capabilities, such as delay, error local reply. it is best to have more detailed routing-based configuration capabilities
Why is this needed:
Because this is the ability that is required in the testing phase
How to:
A simple example :
pkg/filter/authority/authority.go
ctxc.SendLocalReply will be useful in this new filter.
The text was updated successfully, but these errors were encountered: