Overview
次の構成設定を使用して、MongoDB Kafka Sink Connector がデータを監視する Kafka トピックを指定します。
カテゴリ別に整理された Sink Connector 構成設定のリストについては、 Sink 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. 例、次の正規表現は、"active.laning.clients" などのトピック名と一致します。 "active.support.client" は、 トピック名 および "active.client" は、 
 Accepted Values: A valid regular expression pattern using  java.util.regex.Pattern. |