cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

Provide port config in quote-generator #7

Closed dmitriid closed 8 years ago

dmitriid commented 8 years ago

http.port is provided in solution/quote-generator, not in quote-generator which is confusing (see 6.4 in the docs, the service will start at :8080, not 35000)

cescoffier commented 8 years ago

Thanks ! How did I miss this....

I'm refactoring the workshop to not rely on docker anymore and also add some extensions (distributed logging with ELK, deployment with ansible, the command line interface...). So, there are still some part to tweak. Let me know if you found something else. Feedback is always welcome