bitsail icon indicating copy to clipboard operation
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...

Results 165 bitsail issues
Sort by recently updated
recently updated
newest added

## 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,...

bug

## 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...

help wanted
difficulty-easy

## 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...

help wanted
difficulty-easy

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.

help wanted
difficulty-easy