clickhouse-sink-connector
clickhouse-sink-connector copied to clipboard
Enable audit log using the sink-connector
We should be able to specify the engine (MergeTree) instead of RMT. That's a separate issue see https://github.com/Altinity/clickhouse-sink-connector/issues/323. It should require a java implement (or use the default engine in config.yaml)
In addition to that, we need a new column _operation_type :
- insert
- update
- delete
add the transaction information