This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8c3f16da797 MINOR: add missing link for KIP-1104 (#19271)
8c3f16da797 is described below
commit 8c3f16da797a16366be9dc188bdb6f7bf805371d
Author: PoAn Yang <[email protected]>
AuthorDate: Tue Mar 25 19:41:03 2025 +0800
MINOR: add missing link for KIP-1104 (#19271)
Add KIP-1104 link to stream upgrade guide.
Reviewers: Chia-Ping Tsai <[email protected]>, TengYao Chi
<[email protected]>, Ken Huang <[email protected]>
---
docs/streams/upgrade-guide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index e160184b5d4..a2031907563 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -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.