mjsax commented on code in PR #17275: URL: https://github.com/apache/kafka/pull/17275#discussion_r1776220211
########## tests/kafkatest/tests/streams/streams_application_upgrade_test.py: ########## @@ -18,9 +18,8 @@ from ducktape.mark.resource import cluster from ducktape.tests.test import Test from ducktape.utils.util import wait_until -from kafkatest.services.kafka import KafkaService +from kafkatest.services.kafka import KafkaService, quorum Review Comment: ```suggestion from kafkatest.services.kafka import KafkaService, quorum ``` -- 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]
