From 1d4b22bc3e6477eebaf07e191d59780872eec38a Mon Sep 17 00:00:00 2001
From: lucliu1108 unstable.feature.versions.enable=true
for controllers and brokers, and
set unstable.api.versions.enable=true
on the brokers as well. In your Kafka Streams application
configuration, set group.protocol=streams
.
+ Upgrade the `streams.version` feature to 1. To do this, run
+ kafka-features.sh --bootstrap-server localhost:9092 upgrade --feature streams.version=1
+ to upgrade, or use Admin#updateFeatures API to update `streams.version`. After the feature is updated, check
+ kafka-features.sh --bootstrap-server localhost:9092 describe
+ and `streams.version` should now have FinalizedVersionLevel 1.