mirror of https://github.com/apache/kafka.git
[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> |
||
---|---|---|
.. | ||
app-reset-tool.html | ||
config-streams.html | ||
datatypes.html | ||
dsl-api.html | ||
dsl-topology-naming.html | ||
index.html | ||
interactive-queries.html | ||
manage-topics.html | ||
memory-mgmt.html | ||
processor-api.html | ||
running-app.html | ||
security.html | ||
testing.html | ||
write-streams.html |