kafka/docs/streams
Florin Akermann b5c24974ae
Kafka 12317: Relax non-null key requirement in Kafka Streams (#14174)
[KIP-962](https://cwiki.apache.org/confluence/display/KAFKA/KIP-962%3A+Relax+non-null+key+requirement+in+Kafka+Streams)

The key requirments got relaxed for the followinger streams dsl operator:

left join Kstream-Kstream: no longer drop left records with null-key and call ValueJoiner with 'null' for right value.
outer join Kstream-Kstream: no longer drop left/right records with null-key and call ValueJoiner with 'null' for right/left value.
left-foreign-key join Ktable-Ktable: no longer drop left records with null-foreign-key returned by the ForeignKeyExtractor and call ValueJoiner with 'null' for right value.
left join KStream-Ktable: no longer drop left records with null-key and call ValueJoiner with 'null' for right value.
left join KStream-GlobalTable: no longer drop records when KeyValueMapper returns 'null' and call ValueJoiner with 'null' for right value.

Reviewers: Walker Carlson <wcarlson@apache.org>
2023-10-31 11:09:42 -05:00
..
developer-guide Kafka 12317: Relax non-null key requirement in Kafka Streams (#14174) 2023-10-31 11:09:42 -05:00
architecture.html KAFKA-15022: [10/N] docs for rack aware assignor (#14181) 2023-08-11 11:40:33 -07:00
core-concepts.html KAFKA-14834: [13/N] Docs updates for versioned store semantics (#13622) 2023-04-25 19:39:23 -07:00
index.html
quickstart.html
tutorial.html MINOR: Fix directory name inconsistency in the Kafka Streams tutorial (#14541) 2023-10-13 09:28:39 -07:00
upgrade-guide.html Kafka 12317: Relax non-null key requirement in Kafka Streams (#14174) 2023-10-31 11:09:42 -05:00