Calvin Kirs
Calvin Kirs
#2274 subtask Support local file storage plugin Support proto-stuff serillazer Support SPI load check-point storage CheckPoint storage is a very important part of the SeaTunnel engine CheckPoint. This Issue mainly...
Change data capture (CDC) refers to the process of identifying and capturing changes made to data in a database and then delivering those changes in real-time to a downstream process...
Hello everyone, in the rapid development of the community, we have successively discussed major features such as unified API, core engine discussion (TBD), WebService & UI, so I will list...
SeaTunnel contains a large number of Connectors, and the basic UT cannot perform system testing in a real environment, so we introduced the `seatunnel-e2e` module for testing e2e automated testing,...
Who is using SeaTunnel? Sincerely thank everyone who constantly keeps on using and supporting SeaTunnel. We will try our best to make SeaTunnel better and make the community and ecology...
### Descriptions of the changes in this PR: Using Thread.sleep in a test is just generally a bad idea. It creates brittle tests that can fail unpredictably depending on environment...
Descriptions of the changes in this PR: Using `maven-wrapper` can save users from installing maven, and can lock the version, at the same time, improve our build time. 3.X's `maven-warpper`...
In most cases, we only need Squash merge and disable other merge methods to avoid loss of Git record coverage due to inadvertent operations.(such as #1817)
And should contain a connector-v2 jars to source code publish build result dir:
At present, all our source sharding logic is handed over to the connector for implementation. Most sharding strategies are hash modulo, but the implementation details are different. Contributors spend too...