Skip to content

Commit fa3b2d4

Browse files
author
Chris Cho
authored
Kafka Source Connector - fix updatelookup typo (#575)
1 parent e771b1f commit fa3b2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connectors/kafka-source.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ an example source connector configuration file, see
159159
- string
160160
- | Determines what to return for update operations when using a Change Stream. When set to 'updateLookup', the change stream for partial updates will include both a delta describing the changes to the document as well as a copy of the entire document that was changed from *some point in time* after the change occurred.
161161
| **Default**: ""
162-
| **Accepted Values**: "" or ``default`` or ``updatelookup``
162+
| **Accepted Values**: "" or ``default`` or ``updateLookup``
163163

164164
* - poll.await.time.ms
165165
- long

0 commit comments

Comments
 (0)