Does it not work to annotate both service implementations with @Designate(ocd = Config.class) (replace Config.class with your config class)?
- Eric L On Tue, Feb 4, 2025 at 9:09 PM Steinar Bang <s...@dod.no> wrote: > Is it possible to have two SCR components share a karaf config value and > have the other component pick up the changed config when one of the > components changes the config value? > > I have a use case where I would like two different components, that > otherwise have no knowledge of each others, share an integer value, > >