vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

Allow hierarchical parsing of properties files in directory config store #131

Closed Traderjoe95 closed 3 years ago

Traderjoe95 commented 3 years ago

The directory config store only passes the raw-data flag down to the ConfigProcessors. It would be good to also pass the hierarchical flag here for features to align with the file config store.

I will submit a pull request for that.