apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.

Home Page:https://seatunnel.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] [Module Name] Bug title

yqyqyqyqyqyq opened this issue · comments

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

SqlServer-CDC
see cdc has opend
image
but it can only read old data

SeaTunnel Version

2.3.4

SeaTunnel Config

source {
	 SqlServer-CDC {
	        result_table_name ="fake"
			base-url="jdbc:sqlserver:/;databaseName="
            username = "sa"
	        password = ""
			database-names = ["test"]
			table-names = ["test.dbo.tt"]
            #exactly_once = true
		
	}
}

Running Command

source {
	 SqlServer-CDC {
	        result_table_name ="fake"
			base-url="jdbc:sqlserver:/;databaseName="
            username = "sa"
	        password = ""
			database-names = ["test"]
			table-names = ["test.dbo.tt"]
            #exactly_once = true
		
	}
}

Error Exception

had data changed but not catch

Zeta or Flink or Spark Version

No response

Java or Scala Version

No response

Screenshots

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.