ZK: Bundle which can take ONE ZK server as backend
HTTP: Bundle which can take multiple ranger HTTP endpoint as backends
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!
Today we have two types of server bundles:
ZK
: Bundle which can take ONE ZK server as backendHTTP
: Bundle which can take multiple ranger HTTP endpoint as backendsSay 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!