MINOR: Fix typo in SMT doc: s/RegexpRouter/RegexRouter

Author: Robin Moffatt <robin@rmoff.net>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #3576 from rmoff/patch-1
This commit is contained in:
Robin Moffatt 2017-07-26 09:17:44 -07:00 committed by Ewen Cheslack-Postava
parent 9f3f8b4de6
commit f4d1305bfe
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@
<li>ExtractField - Extract a specific field from Struct and Map and include only this field in results</li>
<li>SetSchemaMetadata - modify the schema name or version</li>
<li>TimestampRouter - Modify the topic of a record based on original topic and timestamp. Useful when using a sink that needs to write to different tables or indexes based on timestamps</li>
<li>RegexpRouter - modify the topic of a record based on original topic, replacement string and a regular expression</li>
<li>RegexRouter - modify the topic of a record based on original topic, replacement string and a regular expression</li>
</ul>
Details on how to configure each transformation are listed below:
@ -511,4 +511,4 @@
</p>
</script>
<div class="p-connect"></div>
<div class="p-connect"></div>