tyx-away opened a new issue, #8304:
URL: https://github.com/apache/seatunnel/issues/8304

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   env {
   name=kafka
   engine=SeaTunnel
   "job.mode"=STREAMING
   }
   source {
   Kafka {
       "consumer.group"=SeaTunnel-Consumer-Group
       parallelism="1"
       format=JSON
       "partition-discovery.interval-millis"="-1"
       "commit_on_checkpoint"="true"
       "start_mode"="group_offsets"
       "result_table_name"=Table579
       "dag-parsing.mode"=MULTIPLEX
       topic="tyx_test01"
       schema {
           fields {
               id=string
               name=string
               zn=string
           }
       }
       "bootstrap.servers"="localhost:9092"
       "kafka.config" {
           "max.pool.recodes"=500
           enable.auto.commit = false
       }
   }
   }
   transform {
   }
   sink {
   Jdbc {
       "batch_size"="1000"
       "source_table_name"=Table579
       "generate_sink_sql"=true
       catalog {
           factory=MySQL
           username=xxx
           password="xxx"
           
base-url="jdbc:mysql://localhost:3306/test?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true"
       }
       database=test01
       table=ce01
       password="xxx"
       driver="com.mysql.cj.jdbc.Driver"
       
url="jdbc:mysql://localhost:3306/test?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true"
       user=xxx
   }
   }
   
   
   ### SeaTunnel Version
   
   2.3.8
   
   ### SeaTunnel Config
   
   ```conf
   env {
   name=kafka
   engine=SeaTunnel
   "job.mode"=STREAMING
   }
   source {
   Kafka {
       "consumer.group"=SeaTunnel-Consumer-Group
       parallelism="1"
       format=JSON
       "partition-discovery.interval-millis"="-1"
       "commit_on_checkpoint"="true"
       "start_mode"="group_offsets"
       "result_table_name"=Table579
       "dag-parsing.mode"=MULTIPLEX
       topic="tyx_test01"
       schema {
           fields {
               id=string
               name=string
               zn=string
           }
       }
       "bootstrap.servers"="localhost:9092"
       "kafka.config" {
           "max.pool.recodes"=500
           enable.auto.commit = false
       }
   }
   }
   transform {
   }
   sink {
   Jdbc {
       "batch_size"="1000"
       "source_table_name"=Table579
       "generate_sink_sql"=true
       catalog {
           factory=MySQL
           username=xxx
           password="xxx"
           
base-url="jdbc:mysql://localhost:3306/test?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true"
       }
       database=test01
       table=ce01
       password="xxx"
       driver="com.mysql.cj.jdbc.Driver"
       
url="jdbc:mysql://localhost:3306/test?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true"
       user=xxx
   }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   。
   ```
   
   
   ### Error Exception
   
   ```log
   。
   ```
   
   
   ### Zeta or 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