tcpgoon
tcpgoon copied to clipboard
tcpgoon, maximum TCP connections tester
Initial proposal to verify the approach to the docker mode. Use it: `$ go run main.go run --docker nginx` Hints: * necessary hack so far: https://stackoverflow.com/questions/47395973/issue-while-using-docker-api-for-go-cannot-import-nat
Simple discovery implementation to define the interface we will extend. Initial use case: individual gcp instances discovery
https://github.com/golang-standards/project-layout
That is the most external layer with the actual tcpgoon core functionality: we will introduce several scenarios
End to end test
In order to facilitate the consumption for services not statially tied to a single DNS (or maybe behind a load balancer we don't want to test), discovering and testing an...
Image name as a parameter (from Docker Hub) discover exposed port Stress running container
Migrate to latest golang version 1.14
I started to cover this: https://github.com/dachad/tcpgoon/issues/36 And following a tdd approach... tests are quite complete (but end to end), and main pending points are: * complete eureka client implementation passing...