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/test/resources | |
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/test/resources')
-rw-r--r-- | components/datalake-handler/feeder/src/test/resources/application.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/components/datalake-handler/feeder/src/test/resources/application.properties b/components/datalake-handler/feeder/src/test/resources/application.properties index d6d98e64..b9077056 100644 --- a/components/datalake-handler/feeder/src/test/resources/application.properties +++ b/components/datalake-handler/feeder/src/test/resources/application.properties @@ -17,6 +17,16 @@ kafkaConsumerCount=1 #tolerate inconsistency when system crash, see PullThread.run() 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 |