This is an automated email from the ASF dual-hosted git repository.

cegerton pushed a commit to branch 3.7
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.7 by this push:
     new 3ccd0191985 MINOR: Clarify ACL requirements for Connect workers when 
exactly.once.source.support is set to preparing (#16636)
3ccd0191985 is described below

commit 3ccd01919852fe92902ff7ccb5146b735b7501ca
Author: Chris Egerton <[email protected]>
AuthorDate: Tue Jul 23 19:15:54 2024 +0200

    MINOR: Clarify ACL requirements for Connect workers when 
exactly.once.source.support is set to preparing (#16636)
    
    Reviewers: Mickael Maison <[email protected]>,
---
 docs/connect.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/connect.html b/docs/connect.html
index aa8cf9e35a0..cf4ff57c29c 100644
--- a/docs/connect.html
+++ b/docs/connect.html
@@ -454,7 +454,7 @@ errors.tolerance=all</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>
@@ -487,7 +487,7 @@ errors.tolerance=all</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>

Reply via email to