Skip to content

Commit

Permalink
MINOR: Rename description of flatMapValues transformation (#482)
Browse files Browse the repository at this point in the history
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.

See also Kafka #8431
Reviewers: Bill Bejeck <bbejeck@apache.org>
  • Loading branch information
maseiler committed Jan 20, 2023
1 parent a230ee7 commit 616c335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 33/streams/developer-guide/dsl-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h4 class="anchor-heading"><a id="streams_concepts_globalktable" class="anchor-l
// 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 &rarr; KStream</li>
</ul>
Expand Down

0 comments on commit 616c335

Please sign in to comment.