Copilot commented on code in PR #20816:
URL: https://github.com/apache/kafka/pull/20816#discussion_r2486481913
##########
docs/streams/upgrade-guide.html:
##########
@@ -184,9 +184,19 @@ <h4>Early Access of the Streams Rebalance Protocol</h4>
Set <code>unstable.feature.versions.enable=true</code> for controllers
and brokers, and
set <code>unstable.api.versions.enable=true</code> on the brokers as
well. In your Kafka Streams application
configuration, set <code>group.protocol=streams</code>.
- After the new feature is configured, check
- <code>kafka-features.sh --bootstrap-server localhost:9092
describe</code>
- and `streams.version` should now have FinalizedVersionLevel 1.
+ </p>
+
+ <p>
+ When <code>unstable.api.versions.enable=true</code> is set when the
kafka storage is first created,
+ and no explicit metadata version is set, the feature will be enabled
by default. In other configurations
Review Comment:
Remove trailing whitespace at the end of the line.
```suggestion
and no explicit metadata version is set, the feature will be enabled
by default. In other configurations
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]