GitHub user dossett opened a pull request:

    https://github.com/apache/storm/pull/1052

    STORM-1504: Add Serializer and instruction for AvroGenericRecordBolt

    This was new for me, so some questions I have:
    
    - Would be better to automatically register this serializer instead of 
providing developer instructions?
    - What's the best practice for exception handling in a serializer? Throwing 
a RunTimeException seemed like the best option.
    
    Provided this PR is accepted, I would also vote for backporting this to 
1.0.0 since the AvroGenericRecordBolt is unusable without it in a multi-worker 
topology.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dossett/storm STORM-1504

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1052.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1052
    
----
commit eda0bfa07abe07d2b77a42e3f9496ac55959c909
Author: Aaron Dossett <[email protected]>
Date:   2016-01-27T16:49:19Z

    STORM-1504: Add Serializer and instruction for AvroGenericRecordBolt

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to