bbejeck commented on code in PR #19604:
URL: https://github.com/apache/kafka/pull/19604#discussion_r2068707166


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -784,17 +784,12 @@ def prop_file(self, node):
         for prop in self.per_node_server_prop_overrides.get(self.idx(node), 
[]):
             override_configs[prop[0]] = prop[1]
 
-        enabledProtocols = 'classic,consumer'
-
         if self.use_share_groups is not None and self.use_share_groups is True:
             override_configs[config_property.SHARE_GROUP_ENABLE] = 
str(self.use_share_groups)
-            enabledProtocols += ',share'
 
         if self.use_streams_groups is True:
             override_configs[config_property.UNSTABLE_API_VERSIONS_ENABLE] = 
str(True)
-            enabledProtocols += ',streams'
-
-        
override_configs[config_property.GROUP_COORDINATOR_REBALANCE_PROTOCOLS] = 
enabledProtocols

Review Comment:
   So we don't use `kafka.py` anymore for KIP-1071 related tests?



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

Reply via email to