cmccabe commented on code in PR #17601:
URL: https://github.com/apache/kafka/pull/17601#discussion_r1821605952
##########
tests/kafkatest/tests/client/client_compatibility_features_test.py:
##########
@@ -107,29 +104,7 @@ def invoke_compatibility_program(self, features):
@cluster(num_nodes=7)
@matrix(broker_version=[str(DEV_BRANCH)],
metadata_quorum=quorum.all_non_upgrade)
Review Comment:
Don't we want to add brroker versions going back to 3.4 here? That was the
first GA version of KRaft.
(Upgrardes from 3.3 and later to 4.x are fine and supported, as long as
they're KRaft upgrades)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]