STORM-697: Updated kafka-storm README to include 
MessageMetadataSchemeAsMultiScheme as an implementation of MultiScheme


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

Branch: refs/heads/master
Commit: 25e7bc496a85c663d50b0c114c620557f35ee034
Parents: 4d79d9b
Author: Matt Tieman <matt.tie...@inin.com>
Authored: Mon Oct 26 23:07:01 2015 -0400
Committer: Matt Tieman <matt.tie...@inin.com>
Committed: Mon Oct 26 23:07:01 2015 -0400

----------------------------------------------------------------------
 external/storm-kafka/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/25e7bc49/external/storm-kafka/README.md
----------------------------------------------------------------------
diff --git a/external/storm-kafka/README.md b/external/storm-kafka/README.md
index ed39dc5..1bf14b7 100644
--- a/external/storm-kafka/README.md
+++ b/external/storm-kafka/README.md
@@ -104,8 +104,8 @@ also controls the naming of your output field.
 ```
 
 The default `RawMultiScheme` just takes the `byte[]` and returns a tuple with 
`byte[]` as is. The name of the
-outputField is "bytes".  There are alternative implementation like 
`SchemeAsMultiScheme` and
-`KeyValueSchemeAsMultiScheme` which can convert the `byte[]` to `String`.
+outputField is "bytes".  There are alternative implementations like 
`SchemeAsMultiScheme`,
+`KeyValueSchemeAsMultiScheme`, and `MessageMetadataSchemeAsMultiScheme` which 
can convert the `byte[]` to `String`.
 
 
 ### Examples

Reply via email to