liugddx commented on issue #3263:
URL: 
https://github.com/apache/incubator-seatunnel/issues/3263#issuecomment-1383098263

   There are two options for upgrading flink:
   
   1.Build the starter by module, such as seatunnel-flink-starter-v13, 
seatunnel-flink-starter-v14.
   2.When packaging, put all the multi-version packages of flink in 
/seatunnel/starter.
   3.Load the corresponding starter according to different flink versions when 
submitting tasks.
   
   Advantage:
   You can deploy only one seatunnel application, and submit tasks to different 
flinks by setting environment variables of different versions of flinks. This 
is imperceptible to the user.
   
   -- 
   
   
   1.Build the starter by module, such as seatunnel-flink-starter-v13, 
seatunnel-flink-starter-v14.
   2.Only build the corresponding version of flink with the -Dflink.version 
build parameter.
   
   Advantage:
   Reduce the size of the installation package, relatively lightweight.
   
   


-- 
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