linkedin / cruise-control

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.74k stars 585 forks source link

`main` branch migration #2142

Closed mhratson closed 6 months ago

mhratson commented 6 months ago

This PR resolves We should update the README for kafka-version support · Issue #2134 · linkedin/cruise-control

Instructions

Steps to update your branch to get merged to main

  git branch -m migrate_to_kafka_2_5 main
  git fetch origin
  git branch -u origin/main main
  git remote set-head origin -a
CCisGG commented 6 months ago

and migrate default branch migrate_to_kafka_3_5 -> migrate_to_kafka_3_5

You mean migrate_to_kafka_2_5 -> migrate_to_kafka_3_5 right?

mhratson commented 6 months ago

You mean migrate_to_kafka_2_5 -> migrate_to_kafka_3_5 right?

@CCisGG yes, fixed