leo65535 opened a new issue #903:
URL: https://github.com/apache/incubator-seatunnel/issues/903


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### Describe the proposal
   
   SeaTunnel use [config](https://github.com/lightbend/config) to parse app 
config file, and we did some changes
   
   - Change path token separator from "." to "->"".
   - Added parseObjectForseatunnel() to parse config objects in input, filter, 
output for seatunnel.
   - Change package name to avoid implementation conflict when using this code 
with the official typesafe config used by Apache Flink.
   
   But, as we know, it not appropriate that if we copy config sources to 
SeaTunnel project directly, so this issue aims to improve it.
   This is a big changes, so I will split this issue into two sub issues to 
finish it.
   
   ### Task list
   
   -[ ]  replace typesafe config
   - [ ] #753
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to