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


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -273,6 +274,7 @@ def __init__(self, context, num_nodes, zk, 
security_protocol=SecurityConfig.PLAI
         :param use_transactions_v2: When true, uses transaction.version=2 
which utilizes the new transaction protocol introduced in KIP-890
         :param use_streams_groups: When true, enables the use of streams 
groups introduced in KIP-1071
         :param enable_assignment_batching: When true, enables assignment 
batching introduced in KIP-1263. If not specified, defaults to True.
+        :param share_version: When set, bootstraps the cluster with --feature 
share.version=<value> (KIP-932/KIP-1191).

Review Comment:
   Once we have stable metadata version that includes SV_2, we should tidy this 
up somewhat. There's also some tidying needed for streams group enablement I 
see.



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