sjhajharia commented on code in PR #22786:
URL: https://github.com/apache/kafka/pull/22786#discussion_r3594455545


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -786,6 +790,12 @@ def prop_file(self, node):
             override_configs[config_property.UNSTABLE_API_VERSIONS_ENABLE] = 
str(True)
             override_configs[config_property.UNSTABLE_FEATURE_VERSIONS_ENABLE] 
= str(True)
 
+        if self.share_version is not None and int(self.share_version) > 1:
+            # share.version=2 (KIP-1191 DLQ) is above 
ShareVersion.LATEST_PRODUCTION (SV_1), so both

Review Comment:
   Cleaned up setting the unstable flag.



-- 
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]

Reply via email to