Closed cmoulliard closed 8 years ago
Resolved after replacing ("string") key with ("name") here
vertx.eventBus().<JsonObject>consumer(GeneratorConfigVerticle.ADDRESS, message -> {
JsonObject quote = message.body();
quotes.put(quote.getString("name"), quote);
});
@cmoulliard The underlying APIs have changed a bit since I wrote this workshop, so you may find some small issue. Let me know !
Everything is going to be stabilized soon (with vert.x 3.3.0 release on its way).
BTW, we plan to remove Docker from the lab to focus on vert.x only.
Hi,
I think that there is an error with the lab content as when we launch the docker container ("docker run -p 8081:8080 --rm --name quote-generator vertx-microservice-workshop/quote-generator"), then the next error appears when we access the following address : http://dockerhost:8081
However, the config.json file is well packaged and available within the docker contener