このコンテンツは選択した言語では利用できません。
Chapter 152. KafkaMirrorMaker2MirrorSpec schema reference
Used in: KafkaMirrorMaker2Spec
Property | Property type | Description |
---|---|---|
sourceCluster | string |
The alias of the source cluster used by the Kafka MirrorMaker 2 connectors. The alias must match a cluster in the list at |
targetCluster | string |
The alias of the target cluster used by the Kafka MirrorMaker 2 connectors. The alias must match a cluster in the list at |
sourceConnector | The specification of the Kafka MirrorMaker 2 source connector. | |
heartbeatConnector | The specification of the Kafka MirrorMaker 2 heartbeat connector. | |
checkpointConnector | The specification of the Kafka MirrorMaker 2 checkpoint connector. | |
topicsPattern | string | A regular expression matching the topics to be mirrored, for example, "topic1|topic2|topic3". Comma-separated lists are also supported. |
topicsBlacklistPattern | string |
The |
topicsExcludePattern | string | A regular expression matching the topics to exclude from mirroring. Comma-separated lists are also supported. |
groupsPattern | string | A regular expression matching the consumer groups to be mirrored. Comma-separated lists are also supported. |
groupsBlacklistPattern | string |
The |
groupsExcludePattern | string | A regular expression matching the consumer groups to exclude from mirroring. Comma-separated lists are also supported. |