This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch 2.7
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.7 by this push:
new 8f3a54c MINOR: Fix KTable-KTable foreign-key join example (#9683)
8f3a54c is described below
commit 8f3a54c560da3eeb66cbe4eaaf8c6d97b8d8638b
Author: Jim Galasyn <[email protected]>
AuthorDate: Thu Dec 3 12:17:01 2020 -0800
MINOR: Fix KTable-KTable foreign-key join example (#9683)
Reviewer: Matthias J. Sax <[email protected]>
---
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 33648f3..505cf2a 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -2715,8 +2715,8 @@
<td><br>
</td>
<td>(10,baz)</td>
- <td> </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>