Skip to content

Commit 4ff851a

Browse files
authored
MINOR: Delete the redundant feature upgrade instruction for running KIP-1071 EA (#20250)
Follow up on #20241. Delete the instruction that manually set `streams.version=1` for running Kafka 4.1 since it is already achieved in previous setup steps. Reviewers: Lucas Brutschy <lucasbru@apache.org>
1 parent dd784e7 commit 4ff851a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/streams/upgrade-guide.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ <h4>Early Access of the Streams Rebalance Protocol</h4>
213213
Set <code>unstable.feature.versions.enable=true</code> for controllers and brokers, and
214214
set <code>unstable.api.versions.enable=true</code> on the brokers as well. In your Kafka Streams application
215215
configuration, set <code>group.protocol=streams</code>.
216-
Upgrade the `streams.version` feature to 1. To do this, run
217-
<code>kafka-features.sh --bootstrap-server localhost:9092 upgrade --feature streams.version=1</code>
218-
to upgrade, or use Admin#updateFeatures API to update `streams.version`. After the feature is updated, check
216+
After the new feature is configured, check
219217
<code>kafka-features.sh --bootstrap-server localhost:9092 describe</code>
220218
and `streams.version` should now have FinalizedVersionLevel 1.
221219
</p>

0 commit comments

Comments
 (0)