Michael Nikitochkin

Results 117 comments of Michael Nikitochkin

It is not possible in current state. Toxiproxy is only TCP proxy. There are still some old PRs that would partially allow to support HTTP protocol. There is a good...

Hi. I tried to reproduce the problem with command line or golang tests. Example of my sample test: [test](https://codeberg.org/miry/samples/src/commit/f4f2e5acb7bad026590ac2fe93181f3282ca2632/golang/toxiproxy/db_test.go#L150) Could not find any problems with blocking requests. I am still...

Thank you @mikael-carlstedt and @kwart. It helped me to reproduce the problem.

Hi. I want to share some status. I have mittigated the problem of deadlock when destination is not available and still has some packets in buffer. Made changes in my...

@mikael-carlstedt @kwart @Wrent I have released a new version https://github.com/Shopify/toxiproxy/releases/tag/v2.5.0 Let me know if it works for you.

@Roman-Sht Can you test with latest version? It would easy to me to debug the problem if you provide exactly how did you run server, how did you send API...

@fhke It was created private kubernetes operator by @neufeldtech. I don't know if it could be ported. @neufeldtech Can you share some documentation or architecture decisions to create a new...

Something that I think we can use https://github.com/spotahome/kooper for creating custom operators. Also check how https://chaos-mesh.org is working.

@ElasticCoder I would like to understand the test scenario for this case. Pls correct me if I understand correctly? 1. Run Upstream application and listen for port 8080 2. Run...