-
Notifications
You must be signed in to change notification settings - Fork 11
API Gateway use-case #5
Comments
Starting from the api gateway use-case, i created a big application with microservices with a custom api-gateway+serviceDiscovery in vertx and docker. If you want, with your help, i can create a little prototype. |
What ideas do you have? ATM I'm working on getting async injection working so I can get service registry URLs injected from the vertx-service-discovery module. |
My idea is simple:
docker-compose.yaml version: "2" My redpipe services docker images should have the same java libraries inside, and a single jar with classes of specific service (to slim the docker image creation - no fat jar). my experience with vertx microservices: i used the service discovery between docker machine in cluster (using docker-compose) without kubernetes. for me, it was really simple to deploy without infrastructure like openshift. |
We don't start Vert.x in cluster mode, but that should be enabled by config file. Sounds like a good experiment. |
this night..i will try! |
the use case complete is here: why don't create a repository for all examples (and to remove from the source of project)? |
+1 ... seems reasonable to have examples in a separate repo |
Figure out if we can support that use-case.
Check:
The text was updated successfully, but these errors were encountered: