You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Binyao Jiang (Jira)" <ji...@apache.org> on 2020/07/28 02:18:00 UTC

[jira] [Created] (SAMZA-2570) Add app.env into configs

Binyao Jiang created SAMZA-2570:
-----------------------------------

             Summary: Add app.env into configs
                 Key: SAMZA-2570
                 URL: https://issues.apache.org/jira/browse/SAMZA-2570
             Project: Samza
          Issue Type: New Feature
            Reporter: Binyao Jiang


Feature:

1. Add application environment variable into configs

Change:
 # Add app.env getter in ApplicationConfig.java
 # Wire ApplicationConfig's getEnv function into Util.java 

Tests:
1. ./gradlew build.

API Changes: app.env can be now officially obtained either from Util.java or ApplicationConfig.java. This applies to application that adds app.env into their configs

Upgrade/usage instructions:
 # If users want to use application environment config in the code, they can add app.env into config file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)