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
As of now, speedbump can only be used as a standalone program. There are some potential use cases for calling speedbump as an external library from within other Go code (i.e. for the purpose of adding programmatic TCP delay during a e2e test or a load test).
In order for speedbump to be used as a library, the following changes need to be made:
adding support for graceful shutdown (i.e. .Stop() method on a Sppedbump instance), related to Graceful shutdown #6
adding required go docs comments to exported members
exporting some currently unexported config struct fields
The text was updated successfully, but these errors were encountered:
As of now, speedbump can only be used as a standalone program. There are some potential use cases for calling speedbump as an external library from within other Go code (i.e. for the purpose of adding programmatic TCP delay during a e2e test or a load test).
In order for speedbump to be used as a library, the following changes need to be made:
.Stop()
method on a Sppedbump instance), related to Graceful shutdown #6The text was updated successfully, but these errors were encountered: