-
|
There are new 3.0.x releases that support older Kafka versions, while the newer 2.5.x releases move forward and support the latest Kafka versions. It’s a bit misleading that the higher version (3.0.x) number corresponds to the releases for older Kafka versions. Would it make sense to bump the Cruise Control version that supports the current Kafka versions to 4.0, so that its version number (now 4.0.x) is higher than the one (3.0.x) targeting the older Kafka versions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @leisma, you are right, the current versioning scheme for upstream Cruise Control releases is not very intuitive. Right now, the Cruise Control project is maintained on the following branches and versioned the following way:
Since the
Yes, I agree, it would make the Cruise Control versioning more intuitive if the major.minor versions of Cruise Control releases matched the the current Kafka version that the Cruise Control release supports. For example, the next release of the |
Beta Was this translation helpful? Give feedback.
Hi @leisma, you are right, the current versioning scheme for upstream Cruise Control releases is not very intuitive.
Right now, the Cruise Control project is maintained on the following branches and versioned the following way:
mainmigrate_to_kafka_3_0Since the
mainbranch is where the latest development is taking place it would be more intuitive if the versions released from this branch had a higher semantic version than versions released from other branches.