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
Add IgnoreURIValidation config flag to create consumer and producer w…
…ithout URI validation (#18)
* Create consumer and producer without URI validation. Make ValidURIs externally accessible.
* Add IgnoreURIValidation config
* Remove comments
* Remove comments
* Remove time sleep from test
Implement kick-job (#13)
* feat: implement kick job
* tests: add tests cases for kick job
* feat: make kick job public
* tests: add test cases for kick
* just return err
* rename to kick and accept job as param
Rework how the conn timeout stuff works (#7)
* Rework how the conn timeout stuff works
* Update the README
* fix readme
* Remove some empty lines
* Fix a bug in the deadline logic
* Cover the deadline() method with a test