José Armando García Sancio created KAFKA-18920:
--------------------------------------------------
Summary: kafka-feature doesn't report the correct kraft.version
Key: KAFKA-18920
URL: https://issues.apache.org/jira/browse/KAFKA-18920
Project: Kafka
Issue Type: Bug
Components: kraft, tools
Affects Versions: 3.9.0, 4.0.0
Reporter: José Armando García Sancio
Assignee: José Armando García Sancio
Fix For: 3.9.1, 4.0.1
After formatting a controller in standalone and starting the controller the
finalized kraf.version is reported as 0.
{code:java}
bin/kafka-features.sh --bootstrap-controller localhost:9093 describe
Feature: kraft.version SupportedMinVersion: 0 SupportedMaxVersion: 1
FinalizedVersionLevel: 0 Epoch: 428
Feature: metadata.version SupportedMinVersion: 3.0-IV1
SupportedMaxVersion: 3.9-IV0 FinalizedVersionLevel: 3.9-IV0 Epoch: 428
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)