此内容没有您所选择的语言版本。
Chapter 151. KafkaMirrorMaker2ClusterSpec schema reference
Used in: KafkaMirrorMaker2Spec
Full list of KafkaMirrorMaker2ClusterSpec schema properties
Configures Kafka clusters for mirroring.
Use the config properties to configure Kafka options, restricted to those properties not managed directly by Streams for Apache Kafka.
For client connection using a specific cipher suite for a TLS version, you can configure allowed ssl properties. You can also configure the ssl.endpoint.identification.algorithm property to enable or disable hostname verification.
151.1. KafkaMirrorMaker2ClusterSpec schema properties 复制链接链接已复制到粘贴板!
| Property | Property type | Description |
|---|---|---|
| alias | string | Alias used to reference the Kafka cluster. |
| bootstrapServers | string |
A comma-separated list of |
| tls | TLS configuration for connecting MirrorMaker 2 connectors to a cluster. | |
| authentication |
| Authentication configuration for connecting to the cluster. |
| config | map | The MirrorMaker 2 cluster config. Properties with the following prefixes cannot be set: ssl., sasl., security., listeners, plugin.path, rest., bootstrap.servers, consumer.interceptor.classes, producer.interceptor.classes (with the exception of: ssl.endpoint.identification.algorithm, ssl.cipher.suites, ssl.protocol, ssl.enabled.protocols). |