chia7712 commented on code in PR #17876: URL: https://github.com/apache/kafka/pull/17876#discussion_r1855220720
########## tests/kafkatest/version.py: ########## @@ -112,6 +112,23 @@ def get_version(node=None): # This should match the LATEST_PRODUCTION version defined in MetadataVersion.java LATEST_STABLE_METADATA_VERSION = "4.0-IV0" +# 0.11.0.x versions +V_0_11_0_3 = KafkaVersion("0.11.0.3") +LATEST_0_11_0 = V_0_11_0_3 Review Comment: Maybe we can remove `LATEST_0_11_0` as it is used rarely for now -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org