datakaveri / dx-acl-apd

DX-ACL-APD
https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/datakaveri/dx-acl-apd/main/docs/openapi.yaml
Apache License 2.0
0 stars 10 forks source link

[Feature] Single entrypoint to Vert.x Applications: Merge DeployerDev.java and Deployer.java #165

Closed abhi4578 closed 2 months ago

abhi4578 commented 2 months ago

Thanks you for filling out this feature request report :vulcan_salute:

Description:

Two deployer files (DeployerDev.java and Deployer.java) in each Vert.x API server can be merged. This will make maintainence of entrypoint of application easier between Developers and Devops.

DeployerDev.java--> is used as an entry point to deploy Vert.x as non clustered instance Deployer.java --> is used as an entrypoint to deploy Vert.x as clustered instance. This is also in addition contains other features like - graceful shutdown, metrics which are independent of clustering.

Few potential issues that will get solved :

Anything else: