From b14b78f0d5c49ab78a6bd95a32bca5c8eb79d31c Mon Sep 17 00:00:00 2001 From: Florin Akermann Date: Tue, 9 Apr 2024 19:56:24 +0200 Subject: [PATCH] KAFKA-12317: Fix documentation for KStream,KStream left join. --- docs/streams/developer-guide/dsl-api.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/streams/developer-guide/dsl-api.html b/docs/streams/developer-guide/dsl-api.html index acd40ad835fec..7126f4e255e44 100644 --- a/docs/streams/developer-guide/dsl-api.html +++ b/docs/streams/developer-guide/dsl-api.html @@ -1834,11 +1834,6 @@

The join will be triggered under the conditions listed below whenever new input is received. When it is triggered, the user-supplied ValueJoiner will be called to produce join output records.

-
-
    -
  • Input records with a null key or a null value are ignored and do not trigger the join.
  • -
-

See the semantics overview at the bottom of this section for a detailed description.