Repository: kafka Updated Branches: refs/heads/0.11.0 acc020d83 -> 23c51495d
MINOR: Fix typo in SMT doc: s/RegexpRouter/RegexRouter Author: Robin Moffatt <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #3576 from rmoff/patch-1 (cherry picked from commit f4d1305bfef669446d4dbdeeed4d2c4d212c6e1d) Signed-off-by: Ewen Cheslack-Postava <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/23c51495 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/23c51495 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/23c51495 Branch: refs/heads/0.11.0 Commit: 23c51495d915d60b1abee0eb107b9dbc84ed3490 Parents: acc020d Author: Robin Moffatt <[email protected]> Authored: Wed Jul 26 09:17:44 2017 -0700 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Wed Jul 26 09:17:54 2017 -0700 ---------------------------------------------------------------------- docs/connect.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/23c51495/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>
