This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch 3.4
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.4 by this push:
     new b7f43f65833 MINOR: Rename description of flatMapValues transformation 
(#8431)
b7f43f65833 is described below

commit b7f43f65833a806bfe217d36fd3581d36d5423fa
Author: Matthias Seiler <39630142+masei...@users.noreply.github.com>
AuthorDate: Thu Jan 19 16:34:07 2023 +0100

    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 <mj...@apache.org>, Bill Bejeck 
<bbej...@apache.org>
---
 docs/streams/developer-guide/dsl-api.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/dsl-api.html 
b/docs/streams/developer-guide/dsl-api.html
index 125723a84a0..67720bb85b0 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -463,7 +463,7 @@ KStream&lt;String, Integer&gt; 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 &rarr; KStream</li>
                         </ul>

Reply via email to