MINOR: Clarify ACL requirements for Connect workers when exactly.once.source.support is set to preparing (#16636)

Reviewers: Mickael Maison <mickael.maison@gmail.com>,
This commit is contained in:
Chris Egerton 2024-07-23 19:15:54 +02:00 committed by GitHub
parent 956d740c46
commit d43806c7f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@ errors.tolerance=all</code></pre>
<h6>ACL requirements</h6>
<p>With exactly-once source support enabled, the principal for each Connect worker will require the following ACLs:</p>
<p>With exactly-once source support enabled, or with <code>exactly.once.source.support</code> set to <code>preparing</code>, the principal for each Connect worker will require the following ACLs:</p>
<table class="data-table">
<thead>
@ -475,7 +475,7 @@ errors.tolerance=all</code></pre>
</tbody>
</table>
<p>And the principal for each individual connector will require the following ACLs:</p>
<p>And with exactly-once source enabled (but not if <code>exactly.once.source.support</code> is set to <code>preparing</code>), the principal for each individual connector will require the following ACLs:</p>
<table class="data-table">
<thead>