Dom Twitty
Dom Twitty
### Version Version vert.x core, jdbc-client: 4.5.7 RDBMS server : MySQL ### Context I am migrating my app from Vert.x 3.9.13 to 4.5.7. I have encountered a breaking change that...
My goal is to crash and restart hosts randomly according to some distribution. This way I can see the long-running behavior of my code under duress. Currently, this looks like...
I have been following the GRPC example to add chaos testing to my distributed system. The determinism has been extremely nice for reproducing issues! However, I keep running into issues...