ClickHouse/clickhouse-kafka-connect

Make async_insert=0 configurable

mzitnik opened this issue · 1 comments

Since currently async_insert does not work with RowBinaryWithDeafults we have disabled it

This is technically configurable because we set override to false: this.addClickHouseSetting("async_insert", "0", false);

If someone settings async_insert=1 in clickhouseSettings, it'll stay.