lucliu1108 commented on code in PR #22769:
URL: https://github.com/apache/kafka/pull/22769#discussion_r3538879028


##########
tests/kafkatest/tests/streams/streams_broker_compatibility_test.py:
##########
@@ -45,7 +48,8 @@ def __init__(self, test_context):
                                   },
                                   server_prop_overrides=[
                                       
["transaction.state.log.replication.factor", "1"],
-                                      ["transaction.state.log.min.isr", "1"]
+                                      ["transaction.state.log.min.isr", "1"],
+                                      
["group.streams.topology.description.plugin.class", 
INMEMORY_TOPOLOGY_DESCRIPTION_PLUGIN_CLASS]

Review Comment:
   Fix: I added comments about this config: 1) it is only in actual effect when 
`broker_version>4.3` 2) This test is only using classic group so the plugin is 
not taking effect.



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