mirror of https://github.com/apache/kafka.git
MINOR: Rename description of flatMapValues transformation (#8431)
The table of (stateless) transformations uses the transformation name in the first column and a description in the second column. I adjusted the transformation name for FlatMapValues accordingly. Reviewers: Matthias J. Sax <mjsax@apache.org>, Bill Bejeck <bbejeck@apache.org>
This commit is contained in:
parent
90967e81e2
commit
a1db17b8aa
|
@ -463,7 +463,7 @@ KStream<String, Integer> transformed = stream.flatMap(
|
|||
// Java 7 example: cf. `map` for how to create `KeyValueMapper` instances</code></pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p class="first"><strong>FlatMap (values only)</strong></p>
|
||||
<tr class="row-even"><td><p class="first"><strong>FlatMapValues</strong></p>
|
||||
<ul class="last simple">
|
||||
<li>KStream → KStream</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue