kafka/docs
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
..
documentation KAFKA-10679: [Streams] migrate kafka-site updated docs to kafka/docs (#9554) 2020-11-04 08:30:10 -05:00
images MINOR: Update site docs for ASF compliance (#12494) 2022-08-24 10:45:32 -04:00
js MINOR Bump trunk to 3.7.0-SNAPSHOT (#14286) 2023-08-25 05:03:38 +05:30
streams Kafka 12317: Relax non-null key requirement in Kafka Streams (#14174) 2023-10-31 11:09:42 -05:00
api.html MINOR: Fix indentation for several doc pages (#10766) 2021-06-17 15:58:40 -04:00
configuration.html KAFKA-15294: Publish remote storage configs (#14266) 2023-08-28 10:35:11 +02:00
connect.html KAFKA-15387: Deprecate Connect's redundant task configurations endpoint (#14361) 2023-10-14 14:46:50 +05:30
design.html KAFKA-15418: update Kafka design docs with decompression information (#14322) 2023-09-08 11:58:32 +02:00
documentation.html MINOR Updated documentation.html to have 3.5 and 3.6 previous release doc links (#14510) 2023-10-12 11:07:10 +05:30
ecosystem.html MINOR: Improve introduction section in docs to better cover connect and streams. Make uses and ecosystem pages stand alone. 2016-09-28 16:30:21 -07:00
implementation.html MINOR: Correct type of record batch CRC field (#13583) 2023-04-17 20:22:36 +08:00
introduction.html MINOR: Fix broken link in introduction.html (#11249) 2021-10-11 16:45:36 +02:00
migration.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
ops.html MINOR: add quick start for tiered storage feature (#14528) 2023-10-17 10:30:11 +08:00
protocol.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00
quickstart.html KAFKA-14188; Getting started for Kafka with KRaft (#12604) 2022-09-08 16:22:09 -07:00
security.html KAFKA-15422: Update documenttion for delegation tokens when working with Kafka with KRaft (#14318) 2023-09-04 14:16:12 +05:30
toc.html MINOR: add quick start for tiered storage feature (#14528) 2023-10-17 10:30:11 +08:00
upgrade.html MINOR: Add upgrade documentation for 3.6.0 (#14534) 2023-10-13 17:20:03 +05:30
uses.html KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551) 2020-11-03 13:40:44 -05:00