3.4.2
- Bring up zookeeper servers
cd docker docker-compose -p demo up -d #This will bring up zookeeper servers
- Run
io.sgr.vertx.zkhafailure.DemoVerticle
twice. - Visit http://localhost:8000 to verify it's working.
- Use jps to list all java processes.
- Kill one of
DemoVerticle
process. - Visit http://localhost:8000 again.
The site should be reachable.
The site can't be reached.