github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/kafka_simple_handle_key_only/conf/changefeed.toml (about)

     1  [integrity]
     2  integrity-check-level = "correctness"
     3  corruption-handle-level = "error"
     4  
     5  [sink]
     6  send-bootstrap-interval-in-sec = 0
     7  send-bootstrap-in-msg-count = 0
     8  
     9  [sink.kafka-config.large-message-handle]
    10  large-message-handle-option = "handle-key-only"
    11  large-message-handle-compression = "lz4"