mirror of https://github.com/apache/kafka.git
MINOR: add missing link for KIP-1104 (#19271)
Add KIP-1104 link to stream upgrade guide. Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, TengYao Chi <kitingiao@gmail.com>, Ken Huang <s7133700@gmail.com>
This commit is contained in:
parent
9992e4cfa7
commit
8c3f16da79
|
@ -226,7 +226,7 @@
|
|||
|
||||
<p>
|
||||
In order to reduce storage overhead and improve API usability, a new method in the Java and Scala APIs that accepts a BiFunction for foreign key extraction is introduced by
|
||||
<a href="">KIP-1104</a>.
|
||||
<a href="https://cwiki.apache.org/confluence/x/gIuMEw">KIP-1104</a>.
|
||||
KIP-1104 allows foreign key extraction from both the key and value in KTable joins in Apache Kafka.
|
||||
Previously, foreign key joins in KTables only allowed extraction from the value, which led to data duplication and potential inconsistencies.
|
||||
This enhancement introduces a new method in the Java and Scala APIs that accepts a BiFunction for foreign key extraction, enabling more intuitive and efficient joins.
|
||||
|
|
Loading…
Reference in New Issue