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 8ce1a51bed7 MINOR: update notable changes for 4.1.0 release (#21307)
8ce1a51bed7 is described below
commit 8ce1a51bed77cd5ba2f944cc6eed9fb1e4d73b25
Author: Matthias J. Sax <[email protected]>
AuthorDate: Sat Jan 17 09:22:42 2026 -0800
MINOR: update notable changes for 4.1.0 release (#21307)
We should highlight the most relevant feature, EA of KIP-1071. Removing
KIP-1020 text as it's a minor change only.
Reviewers: Lucas Brutschy <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
docs/getting-started/upgrade.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/getting-started/upgrade.md b/docs/getting-started/upgrade.md
index 24ced55efcb..dc5572dbb7b 100644
--- a/docs/getting-started/upgrade.md
+++ b/docs/getting-started/upgrade.md
@@ -121,7 +121,10 @@ For further details, please refer to
[KIP-1120](https://cwiki.apache.org/conflue
* **Admin**
* The `listConsumerGroups()` and
`listConsumerGroups(ListConsumerGroupsOptions)` methods in `Admin` are
deprecated, and will be removed in the next major version. Use
`Admin.listGroups(ListGroupsOptions.forConsumerGroups())` instead.
* **Kafka Streams**
- * The `window.size.ms` and `window.inner.serde.class` in `StreamsConfig`
are deprecated. Use the corresponding string constants defined in
`TimeWindowedSerializer`, `TimeWindowedDeserializer`,
`SessionWindowedSerializer` and `SessionWindowedDeserializer` instead.
+ * Early Access for the Streams rebalance protocol. Following KIP-848,
[KIP-1071](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1071%3A+Streams+Rebalance+Protocol)
adds broker side task assignment for Kafka Streams applications.
+ This feature is in Early Access, disabled by default, and not for
production use-cases.
+ We encourage users to try out the new "streams" group feature in lower
environments using "throw away" broker cluster,
+ and provide early feedback.