GitHub user cleroux opened a pull request:
https://github.com/apache/storm/pull/2649
[STORM-3043] Fix NullPointerException when apply() returns null
A null List is a valid return value from RecordTranslator.apply() if the
ConsumerRecord is invalid.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cleroux/storm 1.x-branch
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2649.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 #2649
----
commit 6b527dfc2b3ae7ba2c7e535e983fc8864f506133
Author: cleroux <leroux.cedric@...>
Date: 2018-04-27T22:36:05Z
[STORM-3043] Fix NullPointerException when apply() returns null
----
---