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


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -358,7 +358,7 @@ def __init__(self, context, num_nodes, zk, 
security_protocol=SecurityConfig.PLAI
                     extra_kafka_opts=extra_kafka_opts, tls_version=tls_version,
                     isolated_kafka=self, 
allow_zk_with_kraft=self.allow_zk_with_kraft,
                     server_prop_overrides=server_prop_overrides, 
dynamicRaftQuorum=self.dynamicRaftQuorum,
-                    use_streams_groups=self.use_streams_groups
+                    use_transactions_v2=self.use_transactions_v2, 
use_streams_groups=self.use_streams_groups

Review Comment:
   In 4.2 and later, share groups are enabled by default, so it should not be 
necessary to have a separate flag at all.
   
   I plan to remove `group.share.enable` entirely in AK 4.3.



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