davidzollo commented on issue #8388:
URL: https://github.com/apache/seatunnel/issues/8388#issuecomment-2699585769
Maxcompute batch to PostgreSQL
---
env {
job.name="maxcompute-starrocks"
job.mode="BATCH"
parallelism = 3
}
source {
Maxcompute {
accessId=
davidzollo commented on issue #8388:
URL: https://github.com/apache/seatunnel/issues/8388#issuecomment-2694512142
MySQL cdc to PostgreSQL
```
env {
job.mode = "STREAMING"
job.name = "DEMO"
parallelism = 3
checkpoint.interval = 3 # 30s
davidzollo commented on issue #8388:
URL: https://github.com/apache/seatunnel/issues/8388#issuecomment-2684834147
MySQL multiple table cdc to S3
---
env {
job.name="SeaTunnel_job"
job.mode="STREAMING"
execution.parallelism = 4
}
source {
My
davidzollo commented on issue #8388:
URL: https://github.com/apache/seatunnel/issues/8388#issuecomment-2673812869
Streaming task from Kafka to Doris
```
env {
execution.parallelism = 4 # It is recommended to adjust according to the
number of Kafka partitions, keeping it consis