appform-io / ranger

Service Discovery for Java
Apache License 2.0
7 stars 12 forks source link

Heterogeneous Bundle #24

Closed chaitanyachavali closed 5 months ago

chaitanyachavali commented 1 year ago

Today we have two types of server bundles:

Say I am working with one local ZK and other HTTP endpoints, then I would end-up deploying 2 different servers one with ZK and other with all HTTP clients. So any setup working with more than one backend we would end up in similar kind of setup. This setup also needs to be maintained.

Hence proposing a Heterogenous bundle which can take a multiple HTTP backends along with multiple ZK backends.

Also removed the (zk|http)-server modules since they are not direct consumables in any app, need to go via bundle approach only. Open to hear more on this if any other exists, can add back them!