Re: [osgi-dev] Best practices for providing configs in cloud setups?

2018-09-13 Thread Mark Hoffmann via osgi-dev
We use the Zookeeper together with the ConfigAdmin, to share configurations. With the configuration plugin of the config admin, you can substitute the configuration or extend it with information from an alternative source. In Zookeeper you can have global, configurations or create

Re: [osgi-dev] Best practices for providing configs in cloud setups?

2018-09-13 Thread Raymond Auge via osgi-dev
I thought this is exactly what the new Configurator Specification [1] is all about. - Ray [1] https://osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html On Thu, Sep 13, 2018 at 8:30 AM, Christian Schneider < ch...@die-schneider.net> wrote: > I am looking into good ways to

[osgi-dev] Best practices for providing configs in cloud setups?

2018-09-13 Thread Christian Schneider via osgi-dev
I am looking into good ways to provide configuration to OSGi bundles for cloud setups. So my prototypical application would be a self running jar created by bndtools. This is then packaged into a docker image that simply runs the jar. The docker image is then deployed using kubernetes. I got an

Re: [osgi-dev] How can I reuse servlet filter across bundles

2018-09-13 Thread Raymond Auge via osgi-dev
Thai, what you described sounds like a bug in the http whiteboard implementation. Which do you use and could you file a bug against it? - Ray On Wed, Sep 12, 2018, 17:38 Nhut Thai Le, wrote: > Thank you Raymond, > > I called the HttpServiceRuntim.calculateRequestInfoDTO("/token") inside > my