mirror of https://github.com/apache/kafka.git
MINOR: Fix anchor link in Connect docs (#13358)
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
39d41e5aac
commit
27548707dd
|
|
@ -701,7 +701,7 @@ if (offset != null) {
|
|||
|
||||
<p>Of course, you might need to read many keys for each of the input streams. The <code>OffsetStorageReader</code> interface also allows you to issue bulk reads to efficiently load all offsets, then apply them by seeking each input stream to the appropriate position.</p>
|
||||
|
||||
<h5><a id="connect_exactlyoncesourceconnectors" href="#connect_exactlyoncesourceconnectors>">Exactly-once source connectors</a></h5>
|
||||
<h5><a id="connect_exactlyoncesourceconnectors" href="#connect_exactlyoncesourceconnectors">Exactly-once source connectors</a></h5>
|
||||
|
||||
<h6>Supporting exactly-once</h6>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue