Skip to content

Commit

Permalink
[doc] Document changelog-producer.lookup-wait
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Nov 30, 2023
1 parent 08f282b commit a5c6b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/maintenance/write-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This configuration will generate more files during peak write periods and gradua
performance during low write periods.

In the case of `'changelog-producer' = 'lookup'`, by default, the lookup will be completed at checkpointing, which
will block the checkpoint. If you want an asynchronous lookup, you can enable `'changelog-producer.lookup-wait' = 'true'`.
will block the checkpoint. If you want an asynchronous lookup, you can use `'changelog-producer.lookup-wait' = 'false'`.

### Number of Sorted Runs to Pause Writing

Expand Down

0 comments on commit a5c6b77

Please sign in to comment.