Live data from Hacker News

Untitled topic

news.ycombinator.com

1–8 of 8 posts

Re: undefined

#2
Related, I have loved using toxiproxy for testing latency with my services. Tools like this are great for uncovering subtle bugs and helping to learn more about how various transports / protocols handle things. I successfully used toxiproxy to simulate an end user problem with a websocket based tool and I don't know how I would have done it otherwise.

https://github.com/Shopify/toxiproxy

Re: undefined

#5
post #2

Related, I have loved using toxiproxy for testing latency with my services. Tools like this are great for uncovering subtle bugs and helping to learn more about how various transports / protocols handle things. I successfully used toxiproxy to simulate an end user problem with a websocket based tool and I don't know how I would have done it otherwise. https://github.com/Shopify/toxiproxy

Starred. This is going to be useful in building resilient backends, thanks for sharing.

Re: undefined

#6
post #2

Related, I have loved using toxiproxy for testing latency with my services. Tools like this are great for uncovering subtle bugs and helping to learn more about how various transports / protocols handle things. I successfully used toxiproxy to simulate an end user problem with a websocket based tool and I don't know how I would have done it otherwise. https://github.com/Shopify/toxiproxy

I imagine this could be a network extension in macOS for example, so that it can be applied to the full system without configuration.

Thanks for the link, it’s very interesting!