Sink Connector ID 戦略のプロパティ
Overview
次の構成設定を使用して、MongoDB Kafka Sink Connector が MongoDB に書込む各ドキュメントの_id
値を決定する方法を指定します。
カテゴリ別に整理された Sink Connector 構成設定のリストについては、「 Sink Connector 構成プロパティ 」に関するガイドを参照してください。
設定
名前 | 説明 | |
---|---|---|
document.id.strate | Type: string Description: The class the connector should use to generate a unique _id field.default:
許容値: An empty string or a fully qualified Java class name | |
document.id.strategy.overwrite.existing | Type: ブール値 Description: Whether the connector should overwrite existing values in the _id
field when it applies the strategy defined by the
document.id.strategy property.default: false 許容値: true or false | |
document.id.strategy.uuid.format | Type: string Description: Whether the connector should output the UUID in the _id field
in string format or in
BsonBinary
format.default: string 許容値: string or binary | |
delete.on.null.values | Type: ブール値 Description: Whether the connector should delete documents when the key value
matches a document in MongoDB and the value field is null. This setting applies when you specify an id generation strategy that
operates on the key document such as FullKeyStrategy ,
PartialKeyStrategy , and ProvidedInKeyStrategy .default: false 許容値: true or false |