Skip to content

Commit

Permalink
MINOR: Clarify ACL requirements for Connect workers when exactly.once…
Browse files Browse the repository at this point in the history
….source.support is set to preparing (apache#16636)

Reviewers: Mickael Maison <[email protected]>,
  • Loading branch information
C0urante authored Jul 23, 2024
1 parent 956d740 commit d43806c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h6>Worker configuration</h6>

<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>
Expand Down Expand Up @@ -475,7 +475,7 @@ <h6>ACL requirements</h6>
</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>
Expand Down

0 comments on commit d43806c

Please sign in to comment.