[GitHub] storm pull request #2649: [STORM-3043] Fix NullPointerException when apply()...

2018-04-27 Thread cleroux
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

[GitHub] storm pull request #2642: Fix NullPointerException when apply() returns null

2018-04-23 Thread cleroux
GitHub user cleroux opened a pull request: https://github.com/apache/storm/pull/2642 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