13.2.125.2. KafkaMirrorMaker2ClusterSpec schema properties

属性描述

Alias

用于引用 Kafka 集群的别名。

字符串

bootstrapServers

用于建立与 Kafka 集群连接的以逗号分隔的 host:port 对列表。

字符串

tls

用于将 MirrorMaker 2.0 连接器连接到集群的 TLS 配置。

KafkaMirrorMaker2Tls

身份验证

用于连接到集群的身份验证配置。这个类型取决于给定对象中的 authentication.type 属性的值,必须是 [tls, scram-sha-512, plain, oauth] 中的一个。

KafkaClientAuthenticationTls, KafkaClientAuthenticationScramSha512, KafkaClientAuthenticationPlain, KafkaClientAuthenticationOAuth

config

MirrorMaker 2.0 集群配置。无法设置带有以下前缀的属性:ssl.、sasl.、security.、listeners、plugin.path、re.、bootstrap.servers、consumer.interceptor.classes、producer.interceptor.classes(除:ssl.endpoint.identification.algorithm 除外) SSL.cipher.suites、ssl.protocol、ssl.enabled.protocols。

map