ijuma commented on code in PR #12210:
URL: https://github.com/apache/kafka/pull/12210#discussion_r1061872501


##########
tests/kafkatest/tests/client/client_compatibility_produce_consume_test.py:
##########
@@ -73,6 +75,7 @@ def min_cluster_size(self):
     @parametrize(broker_version=str(LATEST_2_8))
     @parametrize(broker_version=str(LATEST_3_0))
     @parametrize(broker_version=str(LATEST_3_1))
+    @parametrize(broker_version=str(LATEST_3_2))
     def test_produce_consume(self, broker_version, metadata_quorum=quorum.zk):

Review Comment:
   We also need to test client protocol compatibility with all the versions. I 
submitted KIP-896 recently to fix this in a holistic way.



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