You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2020/12/03 20:20:10 UTC

[kafka] branch 2.6 updated: MINOR: Fix KTable-KTable foreign-key join example (#9683)

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

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


The following commit(s) were added to refs/heads/2.6 by this push:
     new dc3276c  MINOR: Fix KTable-KTable foreign-key join example (#9683)
dc3276c is described below

commit dc3276cd1843aa46bc9f8ef27eb3467b6db6cc87
Author: Jim Galasyn <ji...@confluent.io>
AuthorDate: Thu Dec 3 12:17:01 2020 -0800

    MINOR: Fix KTable-KTable foreign-key join example (#9683)
    
    Reviewer: Matthias J. Sax <ma...@confluent.io>
---
 docs/streams/developer-guide/dsl-api.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/streams/developer-guide/dsl-api.html b/docs/streams/developer-guide/dsl-api.html
index ad2512e..f57ddbf 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -2695,8 +2695,8 @@
                             <td><br>
                             </td>
                             <td>(10,baz)</td>
-                            <td>&nbsp;</td>
-                            <td>(q,10,baz), (r,10,baz) </td>
+                            <td>(q,10,baz), (r,10,baz)</td>
+                            <td>(q,10,baz), (r,10,baz)</td>
                           </tr>
                         </tbody>
                       </table>