clickhouse-sink-connector icon indicating copy to clipboard operation
clickhouse-sink-connector copied to clipboard

Enable audit log using the sink-connector

Open aadant opened this issue 2 years ago • 1 comments

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

aadant avatar Oct 20 '23 20:10 aadant

add the transaction information

aadant avatar Oct 23 '23 17:10 aadant