이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 150. 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.
150.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). |