GitHub user cleroux opened a pull request:
https://github.com/apache/storm/pull/2642
Fix NullPointerException when apply() returns null
A null List<Object> 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 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2642.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 #2642
----
commit 399c816d3f7aef42a86bee3e8d1bcd2b54bc3b4c
Author: cleroux <leroux.cedric@...>
Date: 2018-04-23T07:54:55Z
Fix NullPointerException when apply() returns null
----
---