sylph icon indicating copy to clipboard operation
sylph copied to clipboard

add clickhouse-sink support

Open lingya opened this issue 6 years ago • 1 comments

create sink table flink2ck( key varchar, message varchar, event_time date ) with( type = 'ideal.sylph.plugins.clickhouse.ClickHouseSink', userName = 'default', password ='default', bulkSize = 20000 -- 默认20000 url = 'jdbc:clickhouse://localhost:9000', query = 'insert into flink2ck values(?,?,?)' );

lingya avatar Dec 19 '18 07:12 lingya

Very looking forward to

harbby avatar Dec 19 '18 10:12 harbby