This is an automated email from the ASF dual-hosted git repository.
junrao pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 270881c KAFKA-10332: Update MM2 refreshTopicPartitions() logic (#9343)
add d99fe49 KAFKA-10599: Implement basic CLI tool for feature versioning
system (#9409)
No new revisions were added by this update.
Summary of changes:
bin/{kafka-log-dirs.sh => kafka-features.sh} | 2 +-
.../main/scala/kafka/admin/FeatureCommand.scala | 408 +++++++++++++++++++++
.../unit/kafka/admin/FeatureCommandTest.scala | 244 ++++++++++++
3 files changed, 653 insertions(+), 1 deletion(-)
copy bin/{kafka-log-dirs.sh => kafka-features.sh} (92%)
create mode 100644 core/src/main/scala/kafka/admin/FeatureCommand.scala
create mode 100644
core/src/test/scala/unit/kafka/admin/FeatureCommandTest.scala