|
| 1 | +:_mod-docs-content-type: REFERENCE |
| 2 | + |
| 3 | +[role="_abstract"] |
| 4 | += K |
| 5 | + |
| 6 | +== Kafka (custom resource) |
| 7 | +[id="glossary-kafka-cr_{context}"] |
| 8 | +A custom resource for deploying and configuring a Kafka cluster, including settings for nodes, listeners, storage, security, and internal components like Cruise Control and the Entity Operator. |
| 9 | + |
| 10 | +For more information, see the {BookURLConfiguring}#type-Kafka-reference[`Kafka` schema reference^]. |
| 11 | + |
| 12 | +== Kafka Bridge |
| 13 | +[id="glossary-kafka-bridge_{context}"] |
| 14 | +Provides a RESTful interface that allows HTTP-based clients to interact with a Kafka cluster. |
| 15 | + |
| 16 | +For more information, see {BookURLBridge}[Using the Kafka Bridge^]. |
| 17 | + |
| 18 | +== KafkaBridge (custom resource) |
| 19 | +[id="glossary-kafkabridge-cr_{context}"] |
| 20 | +A custom resource used to deploy and configure a Kafka Bridge instance, specifying replicas, authentication, and connection details. |
| 21 | + |
| 22 | +For more information, see the {BookURLConfiguring}#type-KafkaBridge-reference[`KafkaBridge` schema reference^]. |
| 23 | + |
| 24 | +== KafkaConnect (custom resource) |
| 25 | +[id="glossary-kafkaconnect-cr_{context}"] |
| 26 | +A custom resource used to deploy and configure a Kafka Connect cluster for integrating external systems with Kafka. |
| 27 | + |
| 28 | +For more information, see the {BookURLConfiguring}#type-KafkaConnect-reference[`KafkaConnect` schema reference^]. |
| 29 | + |
| 30 | +== KafkaConnector (custom resource) |
| 31 | +[id="glossary-kafkaconnector-cr_{context}"] |
| 32 | +A custom resource for managing individual Kafka connectors in a Kafka Connect cluster declaratively and independently of the `KafkaConnect` deployment. |
| 33 | + |
| 34 | +For more information, see the {BookURLConfiguring}#type-KafkaConnector-reference[`KafkaConnector` schema reference^]. |
| 35 | + |
| 36 | +== KafkaExporter |
| 37 | +[id="glossary-kafkaexporter_{context}"] |
| 38 | +The Kafka Exporter exposes Kafka metrics for Prometheus. |
| 39 | +It is configured as part of the `Kafka` custom resource. |
| 40 | + |
| 41 | +For more information, see the {BookURLConfiguring}#type-KafkaExporterSpec-reference[`KafkaExporterSpec` schema reference^]. |
| 42 | + |
| 43 | +== KafkaMirrorMaker2 (custom resource) |
| 44 | +[id="glossary-kafkamirrormaker2-cr_{context}"] |
| 45 | +A custom resource for deploying a Kafka MirrorMaker 2 instance to replicate data between Kafka clusters. |
| 46 | + |
| 47 | +For more information, see the {BookURLConfiguring}#type-KafkaMirrorMaker2-reference[`KafkaMirrorMaker2` schema reference^]. |
| 48 | + |
| 49 | +== KafkaNodePool (custom resource) |
| 50 | +[id="glossary-kafkanodepool-cr_{context}"] |
| 51 | +A custom resource used to configure distinct groups of nodes within a Kafka cluster. |
| 52 | +Nodes in a node pool can be configured to operate as Kafka brokers, controllers, or both. |
| 53 | + |
| 54 | +For more information, see the {BookURLConfiguring}#type-KafkaNodePool-reference[`KafkaNodePool` schema reference^]. |
| 55 | + |
| 56 | +== KafkaRebalance (custom resource) |
| 57 | +[id="glossary-kafkarebalance-cr_{context}"] |
| 58 | +A custom resource that triggers and manages cluster rebalancing through Cruise Control by setting optimization goals. |
| 59 | + |
| 60 | +Rebalance modes: |
| 61 | + |
| 62 | +full:: Load rebalanced across all brokers |
| 63 | +add-brokers:: Replicas moved to newly added brokers |
| 64 | +remove-brokers:: Replicas moved off brokers being removed |
| 65 | +remove-disks:: Data moved between storage volumes within the same broker |
| 66 | + |
| 67 | +For more information, see the {BookURLConfiguring}#type-KafkaRebalance-reference[`KafkaRebalance` schema reference^]. |
| 68 | + |
| 69 | +== KafkaTopic (custom resource) |
| 70 | +[id="glossary-kafkatopic-cr_{context}"] |
| 71 | +A custom resource for managing Kafka topics (creation, configuration, deletion) through the Topic Operator. |
| 72 | + |
| 73 | +For more information, see the {BookURLConfiguring}#type-KafkaTopic-reference[`KafkaTopic` schema reference^]. |
| 74 | + |
| 75 | +== KafkaUser (custom resource) |
| 76 | +[id="glossary-kafkauser-cr_{context}"] |
| 77 | +A custom resource for managing Kafka users (creation, configuration, deletion) through the User Operator, including their authentication credentials and access permissions. |
| 78 | + |
| 79 | +For more information, see the {BookURLConfiguring}#type-KafkaUser-reference[`KafkaUser` schema reference^]. |
0 commit comments