[
https://issues.apache.org/jira/browse/STORM-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352151#comment-15352151
]
ASF GitHub Bot commented on STORM-1901:
---------------------------------------
Github user vesense commented on a diff in the pull request:
https://github.com/apache/storm/pull/1521#discussion_r68683162
--- Diff: external/storm-kafka/README.md ---
@@ -360,6 +361,44 @@ For Trident:
StormSubmitter.submitTopology("kafkaTridentTest", conf,
topology.build());
```
+## Avro Integration for Storm-Kafka
+
+To integrate with Avro you **must** register the appropriate Kryo
serializers with your topology configuration. A convenience method is provided
for this:
+
+`AvroUtils.addAvroKryoSerializations(conf);`
+
+###AvroSchema
+
+`AvroSchema` is an implementation of `Schema`. You can use AvroSchema to
read Avro GenericRecord from Kafka:
--- End diff --
Thx. Will fix.
> Avro Integration for Storm-Kafka
> --------------------------------
>
> Key: STORM-1901
> URL: https://issues.apache.org/jira/browse/STORM-1901
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Xin Wang
> Assignee: Xin Wang
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)