diff options
author | 2019-04-23 15:46:15 -0700 | |
---|---|---|
committer | 2019-04-23 15:46:15 -0700 | |
commit | c82dafde6b3f02cccba0822a340cb9d7bed35a1c (patch) | |
tree | aa1593e841f213633873c9aff1bd2341d2f979ba /components/datalake-handler/feeder/src/main/resources/application.properties | |
parent | 3ab4672bacf1870722e9129f9cd7f7fa18f602f2 (diff) |
Move hard-coded strings to app configuration
Issue-ID: DCAEGEN2-1452
Change-Id: I6577ba3b5a8f877bbaa13d0c590d6a2072331136
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
Diffstat (limited to 'components/datalake-handler/feeder/src/main/resources/application.properties')
-rw-r--r-- | components/datalake-handler/feeder/src/main/resources/application.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/datalake-handler/feeder/src/main/resources/application.properties b/components/datalake-handler/feeder/src/main/resources/application.properties index 842d01b3..1bd53392 100644 --- a/components/datalake-handler/feeder/src/main/resources/application.properties +++ b/components/datalake-handler/feeder/src/main/resources/application.properties @@ -38,6 +38,13 @@ async=true #SSL global flag, if enabled, still need to check each individual DB SSL flag enableSSL=false +#names for extra fields that DL adds to each record +timestampLabel=datalake_ts_ +rawDataLabel=datalake_text_ + +defaultTopicName=_DL_DEFAULT_ + + #Logging logging.level.org.springframework.web=ERROR logging.level.com.att.nsa.apiClient.http=ERROR |