This is an automated email from the ASF dual-hosted git repository.
bbejeck 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 33c5e84c9fd KAFKA-7699: KIP-1146 notable change docs for 4.2.0 (#20903)
33c5e84c9fd is described below
commit 33c5e84c9fd29ad1702093b033b9b9dd873df174
Author: Herman Kolstad Jakobsen <[email protected]>
AuthorDate: Mon Nov 17 21:57:34 2025 +0100
KAFKA-7699: KIP-1146 notable change docs for 4.2.0 (#20903)
Update `Notable changes in 4.2.0` in `docs/upgrade.html` with
information about
[KIP-1146](https://cwiki.apache.org/confluence/x/9QqWF).
Reviewers: Bill Bejeck<[email protected]>
---------
Co-authored-by: Bill Bejeck <[email protected]>
---
docs/upgrade.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 67c76bcfce9..d8223d975a2 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -217,6 +217,10 @@
policy. The <code>PrincipalConnectorClientConfigOverridePolicy</code>
policy is now deprecated and will be removed in Kafka 5.0.0.
For further details, please refer to <a
href="https://cwiki.apache.org/confluence/x/2IkvFg">KIP-1188</a>.
</li>
+ <li>
+ It is now possible to specify the start time for a Kafka Streams
punctuation, instead of relying on the non-deterministic time when you register
it.
+ For further details, please refer to <a
href="https://cwiki.apache.org/confluence/x/9QqWF">KIP-1146</a>.
+ </li>
</ul>
<h4><a id="upgrade_4_1_0" href="#upgrade_4_1_0">Upgrading to 4.1.0</a></h4>