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 <[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 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> </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>