fanxishu opened a new issue, #8533:
URL: https://github.com/apache/seatunnel/issues/8533

   ### Search before asking
   
   - [x] I had searched in the 
[feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   
![Image](https://github.com/user-attachments/assets/68186e42-f0dd-4d05-adee-fb990cc5f8e1)
   
   
![Image](https://github.com/user-attachments/assets/80ccded0-e61a-46ca-8490-5a9696352757)
   env {
   "job.mode"=STREAMING
   "job.name"="SeaTunnel_Job"
   "savemode.execute.location"=CLUSTER
   }
   source {
   Postgres-CDC {
   "snapshot.split.size"=8096
   "snapshot.fetch.size"=1024
   "incremental.parallelism"=1
   "connect.timeout.ms"=30000
   "connect.max-retries"=3
   "connection.pool.size"=20
   "decoding.plugin.name"=pgoutput
   "slot.name"=seatunnel
   "chunk-key.even-distribution.factor.lower-bound"=0.05
   "chunk-key.even-distribution.factor.upper-bound"=100
   "sample-sharding.threshold"=1000
   "startup.mode"=INITIAL
   "exactly_once"="false"
   "stop.mode"=NEVER
   parallelism=1
   "result_table_name"=Table14671749401760
   catalog {
   factory=Postgres
   }
   database-names=[
   ability
   ]
   table-names=[
   "ability.test.users"
   ]
   format=DEFAULT
   username=ability
   password="test"
   
base-url="jdbc:postgresql://127.0.0.1:5432/ability?useSSL=false&serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8"
   server-time-zone=UTC
   }
   }
   transform {
   }
   sink {
   Jdbc {
   "schema_save_mode"="CREATE_SCHEMA_WHEN_NOT_EXIST"
   "data_save_mode"="APPEND_DATA"
   "connection_check_timeout_sec"=30
   "batch_size"=1000
   "is_exactly_once"="false"
   "max_commit_attempts"=3
   "transaction_timeout_sec"=-1
   "max_retries"="3"
   "auto_commit"="true"
   "support_upsert_by_query_primary_key_exist"="false"
   "multi_table_sink_replica"=1
   "source_table_name"=Table14671749401760
   "generate_sink_sql"=true
   database=ability
   table="test2.users"
   url="jdbc:postgresql://127.0.0.1:5432/ability"
   user=ability
   password="test"
   driver="org.postgresql.Driver"
   }
   }
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a 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