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...
## Is your feature request related to a problem? Please describe NA ## Describe the solution you'd like Migrate redis legacy connector to connector v1 interface ## Describe alternatives you've...
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...
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...
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...
When I start in the local mode, an error is reported. How can I solve it? The following is the error message ```bash 2022-11-09 23:56:57,627 ERROR entry.Entry: Exception occurred when...
Is this necessary? Is it more friendly to add comments to enumeration fields for future maintainers? Because people like me who are new to this project may want to understand...
## Is your feature request related to a problem? Please describe 1. Support BitSail on K8S environment. 2. Define a new communication mechanism between BitSail client and Job Manager. ##...
## Is your feature request related to a problem? Please describe A clear and concise description of what the problem is. Example: I'm always frustrated when [...] ## Describe the...
## Is your feature request related to a problem? Please describe Current `KafkaOutputFormat` supports only the following two send method in KafkaProducer: - `public Future send(ProducerRecord record, Callback callback)` -...