Skip to content

Commit

Permalink
KAFKA-12317: Fix documentation for KStream,KStream left join.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin-akermann committed Apr 9, 2024
1 parent 4b2278f commit b14b78f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/streams/developer-guide/dsl-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1834,11 +1834,6 @@ <h4 class="anchor-heading"><a id="streams_concepts_globalktable" class="anchor-l
</li>
<li><p class="first">The join will be triggered under the conditions listed below whenever new input is received. When it is triggered, the user-supplied <code class="docutils literal"><span class="pre">ValueJoiner</span></code> will be called to produce
join output records.</p>
<blockquote>
<div><ul class="simple">
<li>Input records with a <code class="docutils literal"><span class="pre">null</span></code> key or a <code class="docutils literal"><span class="pre">null</span></code> value are ignored and do not trigger the join.</li>
</ul>
</div></blockquote>
</li>
</ul>
<p class="last">See the semantics overview at the bottom of this section for a detailed description.</p>
Expand Down

0 comments on commit b14b78f

Please sign in to comment.