vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
114 stars 67 forks source link

Fix artifact id naming #16

Closed vietj closed 8 years ago

vietj commented 8 years ago

Currently the poms are named:

the artifact should begin by the same proxy for instance:

etc...

note this example is the simplest that came out of my mind and we may want to have something shorter

cescoffier commented 8 years ago

Kind of long but can't find an obvious shorted one

cescoffier commented 8 years ago

Actually, maybe the idea to put everything in one project has limits. Typically, the circuit breaker may be in a separate project, as even it is became popular with microservices, it's not limited to this type of architecture.

Same things with the discovery. Then, in one of these project, common prefixes make sense.

cescoffier commented 8 years ago

Done by splitting the project.