-
Notifications
You must be signed in to change notification settings - Fork 38
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
Resolve environment variables in hocon #67
Conversation
Thanks @shin-nien! Can you sign our CLA please: https://github.com/snowplow/snowplow/wiki/CLA |
yep - cool all signed! |
related to snowplow snowplow/snowplow#2798 |
Confirmed, @shin-nien has signed the CLA. Thanks so much! |
The same changes have made their way into the Snowplow Steller's Sea Eagle release - so it'd be great to get a new release here to stay in sync. Ta. |
Any news on this merge? |
We'd also benefit from this merge as we're building the Dockerfiles to run the real-time pipeline, and would like to use environment variables |
Sure thing both, we are going to strip back the 0.5.0 milestone (keeping this ticket) and bump this release's priority... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 , incorporating into #91
Allows the using
stream-name: "my-stream-"${STREAM_POSTFIX}
in config files so that environment variables can be substituted into them:STREAM_POSTFIX="production" /opt/snowplow/snowplow-kinesis-s3 --config /opt/snowplow/scala-kinesis-s3.conf