kkonstantine commented on a change in pull request #11908: URL: https://github.com/apache/kafka/pull/11908#discussion_r835514732
########## File path: tests/kafkatest/services/connect.py ########## @@ -279,12 +282,34 @@ def append_to_environment_variable(self, envvar, value): env_opts = "\"%s %s\"" % (env_opts.strip('\"'), value) self.environment[envvar] = env_opts + def append_filestream_connectors_to_classpath(self): Review comment: In a sense it is append, because we are re-using the existing classpath. Multiple export commands will be cumulative. We don't need to have one such command as long as any export call keeps the existing classpath. -- 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