Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config parsing improvements #1252

Closed
pondzix opened this issue May 17, 2023 · 0 comments
Closed

Config parsing improvements #1252

pondzix opened this issue May 17, 2023 · 0 comments

Comments

@pondzix
Copy link
Contributor

pondzix commented May 17, 2023

Related to #1227

Currently transformer/loader app accepts configuration as:

  • base64 encoded HOCON for app configuration
  • base64 encoded JSON for iglu resolver configuration

We would like it to make it more flexible:

  • Allow passing path to the configuration file (for both: app config and resolver config). App should still accept base64 encoded string to preserve compatibility.
  • Use HOCON for Iglu resolver configuration what would allow variable substitution (e.g. environment variables) in the configuration.

That's similar approach to what we do currently in Enrich.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant