kuangye

Results 5 issues of kuangye

JDBC version : 0.1.48 and JDK 1.8.171 ``` ClickHouseProperties properties = new ClickHouseProperties(); properties.setUseServerTimeZone(false); ClickHouseProperties withCredentials = properties.withCredentials(this.username, this.password); this.clickHouseDataSource = new BalancedClickhouseDataSource(this.jdbcUrl, withCredentials); ``````` ``````` ``````` java.sql.Timestamp sqlTimestamp =...

bug
module-client
usability

1. Client - [ ] 连接池管理(连接、重连接) - [ ] PARTITIONED_METADATA_RESPONSE - [ ] LOOKUP_RESPONSE - [ ] GET_SCHEMA_RESPONSE 2. Producer - [ ] 连接、重连接 - [ ] (批量)发送消息 - [...

help wanted

新增对ClickHouse数据库支持。其中ClickHouseWriter能简单的支持负载均衡。

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened 高并发场景,1000TPS左右,出现一条数据变更丢失(某个字段状态未同步过来),从kafka回放数据时未找到对应的变更。 ### SeaTunnel Version 2.3.4 ### SeaTunnel Config ```conf {...

bug
stale

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component UI (apache/skywalking-booster-ui) ### What happened When querying the Java...

bug
UI