mirror of https://github.com/apache/kafka.git
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:
parent
9f3f8b4de6
commit
f4d1305bfe
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue