You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Strimzi simplifies the process of running <ahref="https://kafka.apache.org/" target="_blank" rel="noopener">Apache Kafka</a> within a Kubernetes cluster.</p>
Strimzi provides the necessary files to deploy and manage a Kafka cluster, along with <ahref="./deploying.html#config-examples-str" target="_blank" rel="noopener">example configuration files</a> for monitoring your deployment.</p>
<p>If you are using the Cluster Operator to manage your Kafka cluster, you can deploy and use the Drain Cleaner to streamline the process of moving Kafka pods from Kubernetes nodes scheduled for maintenance.</p>
<h3id="con-feature-gates-overview-str">2.5. Feature gates in Strimzi Operators</h3>
360
+
<h3id="con-feature-gates-overview-str"><aclass="link" href="#con-feature-gates-overview-str">2.5. Feature gates in Strimzi Operators</a></h3>
361
361
<divclass="paragraph">
362
362
<p>Strimzi operators use feature gates to enable or disable specific features and functions. Enabling a feature gate alters the behavior of the associated operator, introducing the corresponding feature to your Strimzi deployment.</p>
<h2id="kafka-concepts_str"><aclass="link" href="#kafka-concepts_str">4. About Kafka</a></h2>
534
534
<divclass="sectionbody">
535
535
<divclass="paragraph">
536
536
<p>Apache Kafka is an open-source distributed publish-subscribe messaging system for fault-tolerant real-time data feeds.</p>
@@ -539,7 +539,7 @@ <h2 id="kafka-concepts_str">4. About Kafka</h2>
539
539
<p>For more information about Apache Kafka, see the <ahref="https://kafka.apache.org/documentation/" target="_blank" rel="noopener">Apache Kafka documentation</a>.</p>
540
540
</div>
541
541
<divclass="sect2">
542
-
<h3id="kafka-concepts-key_str">4.1. How Kafka operates as a message broker</h3>
542
+
<h3id="kafka-concepts-key_str"><aclass="link" href="#kafka-concepts-key_str">4.1. How Kafka operates as a message broker</a></h3>
543
543
<divclass="paragraph _abstract">
544
544
<p>To maximise your experience of using Strimzi, you need to understand how Kafka operates as a message broker.</p>
545
545
</div>
@@ -606,7 +606,7 @@ <h3 id="kafka-concepts-key_str">4.1. How Kafka operates as a message broker</h3>
606
606
</div>
607
607
</div>
608
608
<divclass="sect2">
609
-
<h3id="kafka-concepts-producers-consumers_str">4.2. Producers and consumers</h3>
609
+
<h3id="kafka-concepts-producers-consumers_str"><aclass="link" href="#kafka-concepts-producers-consumers_str">4.2. Producers and consumers</a></h3>
610
610
<divclass="paragraph">
611
611
<p>Producers and consumers send and receive messages (publish and subscribe) through brokers.
612
612
Messages comprise an optional <em>key</em> and a <em>value</em> that contains the message data, plus headers and related metadata.
@@ -653,7 +653,7 @@ <h3 id="kafka-concepts-producers-consumers_str">4.2. Producers and consumers</h3
653
653
</div>
654
654
</div>
655
655
<divclass="sect1">
656
-
<h2id="kafka-connect-components_str">5. About Kafka Connect</h2>
656
+
<h2id="kafka-connect-components_str"><aclass="link" href="#kafka-connect-components_str">5. About Kafka Connect</a></h2>
657
657
<divclass="sectionbody">
658
658
<divclass="paragraph _abstract">
659
659
<p>Kafka Connect is an integration toolkit for streaming data between Kafka brokers and other systems.
@@ -692,7 +692,7 @@ <h2 id="kafka-connect-components_str">5. About Kafka Connect</h2>
692
692
Kafka Connect has some built-in transforms, but other transformations can be provided by plugins if necessary.</p>
693
693
</div>
694
694
<divclass="sect2">
695
-
<h3id="key-features-kafka-connect_str">5.1. How Kafka Connect streams data</h3>
695
+
<h3id="key-features-kafka-connect_str"><aclass="link" href="#key-features-kafka-connect_str">5.1. How Kafka Connect streams data</a></h3>
696
696
<divclass="paragraph _abstract">
697
697
<p>Kafka Connect uses connector instances to integrate with other systems to stream data.</p>
<p>The API has two main resources — <code>consumers</code> and <code>topics</code> — that are exposed and made accessible through endpoints to interact with consumers and producers in your Kafka cluster. The resources relate only to the Kafka Bridge, not the consumers and producers connected directly to Kafka.</p>
<h3id="con-overview-components-kafka-bridge-clients_str">6.2. Supported clients for the Kafka Bridge</h3>
1031
+
<h3id="con-overview-components-kafka-bridge-clients_str"><aclass="link" href="#con-overview-components-kafka-bridge-clients_str">6.2. Supported clients for the Kafka Bridge</a></h3>
1032
1032
<divclass="paragraph">
1033
1033
<p>You can use the Kafka Bridge to integrate both <em>internal</em> and <em>external</em> HTTP client applications with your Kafka cluster.</p>
0 commit comments