davidradl commented on code in PR #26412: URL: https://github.com/apache/flink/pull/26412#discussion_r2030769398
########## docs/layouts/shortcodes/generated/forst_configuration.html: ########## @@ -116,6 +116,12 @@ <td>String</td> <td>The primary directory where ForSt puts its SST files. By default, it will be the same as the checkpoint directory. Recognized shortcut name is 'checkpoint-dir', which means that ForSt shares the directory with checkpoint, and 'local-dir', which means that ForSt will use the local directory of TaskManager.</td> </tr> + <tr> + <td><h5>state.backend.forst.sync.enforce-local</h5></td> + <td style="word-wrap: break-word;">false</td> + <td>Boolean</td> + <td>Whether to enforce local state for operators in synchronous mode when enabling disaggregated state. This is useful in cases where both synchronous operators and asynchronous operators are used in the same job.</td> Review Comment: nit: is this true? same job. -> same local job. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org