[ https://issues.apache.org/jira/browse/KAFKA-15239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Luke Chen updated KAFKA-15239: ------------------------------ Description: In running producer performance tool in system test for old client, we will try to run with the dev-branch's jar file, to make sure it is backward compatible, as described [here|https://github.com/apache/kafka/blob/trunk/tests/kafkatest/services/performance/producer_performance.py#L86-L88],. But in KAFKA-14525, we're moving tools from core module to a separate tool module, we're actually breaking the backward compatibility. We should fix the system test, or maybe we should also mention anywhere about this backward compatibility issue? was: In running producer performance tool in system test for old client, we will try to run with the dev-branch's jar file, to make sure it is backward compatible, as described [here|https://github.com/apache/kafka/blob/trunk/tests/kafkatest/services/performance/producer_performance.py#L86-L88],. But since we're moving tools > producerPerformance system test for old client failed after v3.5.0 > ------------------------------------------------------------------ > > Key: KAFKA-15239 > URL: https://issues.apache.org/jira/browse/KAFKA-15239 > Project: Kafka > Issue Type: Test > Components: system tests > Affects Versions: 3.6.0 > Reporter: Luke Chen > Priority: Major > > In running producer performance tool in system test for old client, we will > try to run with the dev-branch's jar file, to make sure it is backward > compatible, as described > [here|https://github.com/apache/kafka/blob/trunk/tests/kafkatest/services/performance/producer_performance.py#L86-L88],. > But in KAFKA-14525, we're moving tools from core module to a separate tool > module, we're actually breaking the backward compatibility. We should fix the > system test, or maybe we should also mention anywhere about this backward > compatibility issue? > > -- This message was sent by Atlassian Jira (v8.20.10#820010)