sudufly opened a new issue, #4648:
URL: https://github.com/apache/incubator-seatunnel/issues/4648

   ### 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.
   
   
   ### What happened
   
   When I set up two sink plugins, only the first one works., spark  only 
support one Action Operator
   
![image](https://user-images.githubusercontent.com/46857527/233824577-478c1b97-2832-4f1f-8733-5f8ad18cb992.png)
   
   
   ### SeaTunnel Version
   
   2.31
   
   ### SeaTunnel Config
   
   ```conf
   env {
     execution.parallelism = 1
     job.mode = "STREAMING"
     spark.master = local
   }
   
   source {
       Kafka {
             topic = "telematics-base"
             format = json
             bootstrap.servers = "172.18.1.200:9092"
             consumer.group = "seatunnel_group"
       result_table_name = "xxx"
   
       }
   
   }
   
   
   
   
   
   sink {
   Console {
   source_table_name="xxx"
     }
   
   Kafka {
             topic = "test"
             format = json
             bootstrap.servers = "172.18.1.200:9092"
             consumer.group = "seatunnel_group"
       source_table_name = "xxx" }
   
   }
   ```
   
   
   ### Running Command
   
   ```shell
   idea local
   ```
   
   
   ### Error Exception
   
   ```log
   none
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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