liugddx commented on issue #3487:
URL:
https://github.com/apache/incubator-seatunnel/issues/3487#issuecomment-1330617652
> Do we now use command line parameters to directly replace the parameters
in config or use placeholder replacement in config?
>
> 1. direct replacement
> start-seatunnel-flink-connector-v2.sh -c config.conf -i job.name=test
>
> ```
> env {
> job.name = seatunnel
> }
> ```
>
> 2. placeholder replacement
>
> start-seatunnel-flink-connector-v2.sh -c config.conf -i jobName=test
>
> ```
> env {
> job.name = ${jobName}
> }
> ```
The second method is now supported, but sometimes the placeholder will not
be configured
--
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]