We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8edcf commit d9ba7ddCopy full SHA for d9ba7dd
docs/sink.md
@@ -83,7 +83,7 @@ Then there are also individual settings for topic 'topicC':
83
```properties
84
# Specific processing settings for 'topicC'
85
86
-topic.override.topicA.collection=collectionC
+topic.override.topicC.collection=collectionC
87
topic.override.topicC.document.id.strategy=com.mongodb.kafka.connect.sink.processor.id.strategy.ProvidedInValueStrategy
88
topic.override.topicC.post.processor.chain=com.mongodb.kafka.connect.sink.processor.WhitelistValueProjector
89
topic.override.topicC.value.projection.type=whitelist
0 commit comments