chunhongZheng commented on issue #8342:
URL: https://github.com/apache/seatunnel/issues/8342#issuecomment-2655371942
SeaTunnel Version 2.3.8
There are similar problems。
batch data is success,stream mode is report there errors 。
and the configuration file information is as follows:
{
"sink" : [
{
"plugin_name" : "Console"
}
],
"source" : [
{
"base-url" :
"jdbc:mysql://xxx:3306/test?useUnicode=true&useSSL=false&characterEncoding=utf8&connectionTimeZone=Asia/Shanghai&enabledTLSProtocols=TLSv1.2",
"password" : "******",
"startup.mode" : "initial",
"table-names" : [
"test.user"
],
"plugin_name" : "MySQL-CDC",
"username" : "******"
}
],
"env" : {
"job.mode" : "STREAMING",
"parallelism" : 1,
"checkpoint.interval" : 10000
}
}
--
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]