This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 48f06981e MINOR: add missing link for KIP-1104 (#680)
48f06981e is described below
commit 48f06981ee81ea56b94918c01f399b0b64c98e0b
Author: PoAn Yang <[email protected]>
AuthorDate: Tue Mar 25 22:19:00 2025 +0800
MINOR: add missing link for KIP-1104 (#680)
Reviewers: Federico Valeri <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
40/streams/upgrade-guide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/40/streams/upgrade-guide.html b/40/streams/upgrade-guide.html
index 1c6de66ab..1bc83a4cb 100644
--- a/40/streams/upgrade-guide.html
+++ b/40/streams/upgrade-guide.html
@@ -216,7 +216,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.