Skip to content

Commit

Permalink
MINOR: Remove unnecessary < from Errant Record Reporter section (#18498)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <[email protected]>
  • Loading branch information
frankvicky authored Jan 13, 2025
1 parent 0b60d08 commit cbbecca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ <h5><a id="connect_errantrecordreporter" href="connect_errantrecordreporter">Err

<p>When <a href="#connect_errorreporting">error reporting</a> is enabled for a connector, the connector can use an <code>ErrantRecordReporter</code> to report problems with individual records sent to a sink connector. The following example shows how a connector's <code>SinkTask</code> subclass might obtain and use the <code>ErrantRecordReporter</code>, safely handling a null reporter when the DLQ is not enabled or when the connector is installed in an older Connect runtime that doesn't have this reporter feature:</p>

<<pre class="line-numbers"><code class="language-java">private ErrantRecordReporter reporter;
<pre class="line-numbers"><code class="language-java">private ErrantRecordReporter reporter;

@Override
public void start(Map&lt;String, String&gt; props) {
Expand Down

0 comments on commit cbbecca

Please sign in to comment.