Docs 菜单
Docs 主页
/
MongoDB Kafka Connector
/ /

Kafka 主题属性

在此页面上

  • Overview
  • 设置

使用以下配置设置指定 MongoDB Kafka 接收器连接器应监视哪些 Kafka 主题的数据。

有关按类别整理的接收器Connector配置设置列表,请参阅有关接收器连接器配置属性的指南。

名称
说明
topics
Required

Type: list

Description:
A list of Kafka topics that the sink connector watches.

您可以定义 topicstopics.regex设置,但不能同时定义两者。

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”。

topics.regex=activity\\.\\w+\\.clicks$

您可以定义topicstopics.regex设置,但不能同时定义两者。

Accepted Values: A valid regular expression pattern using java.util.regex.Pattern.

后退

MongoDB 命名空间

在此页面上