Skip to content

Commit e29ea61

Browse files
authored
Merge pull request #13 from jamars/README_regex_trivial_fix
Update README.md
2 parents b3d4761 + dee6556 commit e29ea61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ These are the most common options that are required when configuring this connec
4444
Configuration Parameter | Example | Description
4545
----------------------- | ------- | -----------
4646
**source.bootstrap.servers** | source.broker1:9092,source.broker2:9092 | **Mandatory.** Comma separated list of boostrap servers for the source Kafka cluster
47-
**source.topic.whitelist** | topic, topic-prefix* | Java regular expression to match topics to mirror. For convenience, comma (',') is interpreted as the regex-choice symbol ('|').
47+
**source.topic.whitelist** | topic, topic-prefix* | Java regular expression to match topics to mirror. For convenience, comma (',') is interpreted as the regex-choice symbol ('\|').
4848
**source.auto.offset.reset** | earliest | If there is no stored offset* for a partition, indicates where to start consuming from. Options are _"earliest"_, _"latest"_, or _"none"_. Default: _earliest_
4949
**source.group.id** | kafka-connect | Group ID used when writing offsets back to source cluster (for offset lag tracking)
5050

0 commit comments

Comments
 (0)