sundyli

Results 140 comments of sundyli

Me too, http://apache.communilink.net/apex/

Ok, I have forked to https://github.com/sundy-li/clickhouse-rs, I'll do some modifications for fast POC.

PS: seems this repo is not std cargo format or lint, maybe it's better to add `cargo fmt `?

Hi, it did not support kafka version above 0.8. And we had no plan to update this repo in the future, maybe you could try some other repos... Sorry

I'm afraid not, you must handle the size check before you call execute

But `statement.addBatchIgnoreRows()` is not standard JDBC way, because statement is an interface. https://docs.oracle.com/javase/7/docs/api/java/sql/PreparedStatement.html

It did not support mybatis.

You can use custom setting key: ``` SettingKey key = SettingKey.builder() .withName("insert_deduplication_token") .withType(SettingType.String) .build(); Properties props = new Properties(); ClickHouseConfig config = ClickHouseConfig.Builder.builder() .withProperties(props) .withSetting(key, "xxx") .withJdbcUrl(String.format(Locale.ROOT, "tcp:clickhouse://%s:%s", CK_HOST, CK_PORT))...

No,I don't think we will support it. Because Setting Key is enough for now.

Sorry, we did not do tests for this drive with `Sprintboot+Mybatis`. Currently, it may exist some bugs.