--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/e8125d44-ce19-40e4-83ea-74285289ef42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Tim,
Yes, this is just one service in the same jar (HTTP service) with a few verticles.
I'm using a "fat jar" deployment because the verticle has other dependencies, so it made sense to wrap them in "one" jar.
so if I understand correctly the best practice would be using something like (from the gradle example) instead of using the vertx command:
"java -jar build/libs/gradle-verticle-3.2.1-fat.jar"
Isn't this just the same as running a vertx as a self-hosted embedded program? Am I not losing other vertx goodies such as clustering capabilities this way? or How would I go about deploying another micro-service that is consuming messages on a shared topic on the EventBus?
Maybe I'm wrong about it but I'm trying to look at vertx as an infra for creating many microservices when each micro-service runs under vertx. This way it seems like each micro-service would have it's own isolated process (which is not necessarily a bad thing).
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/74777976-5470-47f8-92ef-b6b198ced8ae%40googlegroups.com.
Step 9 : COPY lib /apps/hugo-intake/lib
---> Using cache
---> 384a0ae02818
packaging a 120M fat jar with jenkins/gradle takes 18 sec for us
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/62501ade-7406-4c0b-ae41-34460fe2e424%40googlegroups.com.