GitHub user cddr opened a pull request:
https://github.com/apache/kafka/pull/3888
TRIVIAL: Fix typo in mapper parameter of flatMapValues
The parameter is already called `mapper` in the KStreamImpl class. I think
it was probably named `processor` here because it was copy/pasted from some
other signature. This sees trivial enough to not require a jira as per the
contribution guidelines.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cddr/kafka fix-kstream-flatMapValues-signature
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3888.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 #3888
----
commit 716d82e510385339332d0f08e706219c5cf3a843
Author: Andy Chambers <[email protected]>
Date: 2017-09-18T10:23:48Z
TRIVIAL: Fix typo in mapper parameter of flatMapValues
----
---