Kafka 主题属性
Overview
使用以下配置设置指定 MongoDB Kafka 接收器连接器应监视哪些 Kafka 主题的数据。
有关按类别整理的接收器Connector配置设置列表,请参阅有关接收器连接器配置属性的指南。
设置
名称 | 说明 | |
---|---|---|
topics | Required Type: list Description: A list of Kafka topics that the sink connector watches. 您可以定义 Accepted Values: A comma-separated list of valid Kafka topics | |
topics.regex | Required Type: string Description: A regular expression that matches the Kafka topics that the sink
connector watches. 示例,以下正则表达式匹配主题名称,例如“action.landing.clicks” 和“活动.支持.点击”。 它与主题名称“action.landing.views”不匹配 和“Activity.Clicks”。
您可以定义 Accepted Values: A valid regular expression pattern using java.util.regex.Pattern . |