GitHub user esamson opened a pull request:
https://github.com/apache/storm/pull/2935
Doc clarification on returning `null` from RecordTranslator.apply()
According to KafkaSpout implementation, record is discarded if
Builder.setEmitNullTuples is set to `false`, instead of `true`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/esamson/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2935.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 #2935
----
commit b1a8a062332b301ca05be740699862f23d9b540a
Author: Edward Samson <edward@...>
Date: 2019-01-09T02:19:39Z
Doc clarification on returning `null` from RecordTranslator.apply()
According to KafkaSpout implementation, record is discarded if
Builder.setEmitNullTuples is set to `false`, instead of `true`.
----
---