You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2017/07/26 16:17:49 UTC

kafka git commit: MINOR: Fix typo in SMT doc: s/RegexpRouter/RegexRouter

Repository: kafka
Updated Branches:
  refs/heads/trunk 9f3f8b4de -> f4d1305bf


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

Author: Robin Moffatt <ro...@rmoff.net>

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

Closes #3576 from rmoff/patch-1


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/f4d1305b
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/f4d1305b
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/f4d1305b

Branch: refs/heads/trunk
Commit: f4d1305bfef669446d4dbdeeed4d2c4d212c6e1d
Parents: 9f3f8b4
Author: Robin Moffatt <ro...@rmoff.net>
Authored: Wed Jul 26 09:17:44 2017 -0700
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Wed Jul 26 09:17:44 2017 -0700

----------------------------------------------------------------------
 docs/connect.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/f4d1305b/docs/connect.html
----------------------------------------------------------------------
diff --git a/docs/connect.html b/docs/connect.html
index 7cc72b6..8c79cc1 100644
--- a/docs/connect.html
+++ b/docs/connect.html
@@ -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>
\ No newline at end of file
+<div class="p-connect"></div>