bitsail
bitsail copied to clipboard
BitSail is a distributed high-performance data integration engine which supports batch, streaming and incremental scenarios. BitSail is widely used to synchronize hundreds of trillions of data every d...
## Describe the bug Flink uses akka rpc to update global aggregate. And akka is loaded by system class loader. User jar will not be found in system class loader,...
## Is your feature request related to a problem? Please describe BitSail use `SourceSplitCoordinator` to assign splits to reader connectors. In batch scenarios, the SourceSplitCoordinator usually computes all splits at...
## Is your feature request related to a problem? Please describe Current Clickhouse source only supports simple split strategy, _i.e._, evenly divide all data into groups. ## Describe the solution...
Signed-off-by: ## Pre-Checklist Note: Please complete **_ALL_** items in the following checklist. - [x] I have read through the [CONTRIBUTING.md](https://github.com/bytedance/bitsail/blob/master/docs/contributing.md) documentation. - [x] My code has the necessary comments and...
## Please describe the feature you want Subtask of #243 Current FakeSource can only support single concurrency. We want to support multiple concurrency in the connector.