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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a344a721 MINOR: Update anchor link for exactly-once source connectors
a344a721 is described below

commit a344a721b9bcb5dfa5e8293fb512f1701c67b8c2
Author: Chris Egerton <[email protected]>
AuthorDate: Thu Jun 29 14:19:53 2023 -0400

    MINOR: Update anchor link for exactly-once source connectors
    
    Backports changes from https://github.com/apache/kafka/pull/13933 to 3.5 
(no changes necessary for 3.3 or 3.4).
---
 35/connect.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/35/connect.html b/35/connect.html
index 32fd479b..e397aa79 100644
--- a/35/connect.html
+++ b/35/connect.html
@@ -379,7 +379,7 @@ errors.tolerance=all</pre>
 
     <p>If a sink connector supports exactly-once semantics, to enable 
exactly-once at the Connect worker level, you must ensure its consumer group is 
configured to ignore records in aborted transactions. You can do this by 
setting the worker property <code>consumer.isolation.level</code> to 
<code>read_committed</code> or, if running a version of Kafka Connect that 
supports it, using a <a 
href="#connectconfigs_connector.client.config.override.policy">connector client 
config override polic [...]
 
-    <h5><a id="connect_exactlyoncesource" 
href="connect_exactlyoncesource">Source connectors</a></h5>
+    <h5><a id="connect_exactlyoncesource" 
href="#connect_exactlyoncesource">Source connectors</a></h5>
 
     <p>If a source connector supports exactly-once semantics, you must 
configure your Connect cluster to enable framework-level support for 
exactly-once source connectors. Additional ACLs may be necessary if running 
against a secured Kafka cluster. Note that exactly-once support for source 
connectors is currently only available in distributed mode; standalone Connect 
workers cannot provide exactly-once semantics.</p>
 

Reply via email to