Hi all, in apache/bookkeeper#499 <https://github.com/apache/bookkeeper/issues/499>, we moved packaging distribution pkgs from bookkeeper-server to bookkeeper-dist and included all the plugins. so people can choose which stats provider and which http server binding to use. It provides the flexibility for users, but it also increases the size of the binary packages.
I am wondering if we should consider providing another distribution package -- we can call it `standard` -- which it only includes one stats provider (e.g. prometheus) and one http server (e.g. vertx). so in the docker images, we can provide two images, one includes everything, the other includes one default plugin. so user can choose which one to use and it can be a good tradeoff between flexibility and package size. Any thoughts? - Sijie