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

   please expain the second  and third point,thanks.
   
   `Support setting parallelism as 1` means force setting  parallelism as 1 
like `
   if (seaTunnelSink.getPluginName().equals("Assert")){
                   stream.getExecutionEnvironment().setParallelism(1);
               }
   `
   
![image](https://user-images.githubusercontent.com/48236177/191938487-4f2af61b-c61e-4a89-b9a2-ef2e72174344.png)
   
   I was going to use Metric to Amount of calculated data,but Metric does not 
work.
   
   @hailin0 
   
   
   


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