This is an automated email from the ASF dual-hosted git repository.
bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 616c335e MINOR: Rename description of flatMapValues transformation
(#482)
616c335e is described below
commit 616c335e24882def541697c8bf5596c31a5aa8e9
Author: Matthias Seiler <[email protected]>
AuthorDate: Fri Jan 20 17:20:28 2023 +0100
MINOR: Rename description of flatMapValues transformation (#482)
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 <[email protected]>
---
33/streams/developer-guide/dsl-api.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/33/streams/developer-guide/dsl-api.html
b/33/streams/developer-guide/dsl-api.html
index 6b80656e..8f150be7 100644
--- a/33/streams/developer-guide/dsl-api.html
+++ b/33/streams/developer-guide/dsl-api.html
@@ -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>