Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 144. 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.
144.1. KafkaMirrorMaker2ClusterSpec schema properties Link kopierenLink in die Zwischenablage kopiert!
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). |