Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The properties component has a method loadProperties() that collects properties from loading properties sources into a single Properties object and it would be nice to have a way to filter out properties by key to avoid sources backed by a remote service to perform any I/O keys that are not needed.
PropertiesComponent pc = ...
Properties props = pc.loadProperties(k -> k.startsWith("camel.component.seda"));