cadonna commented on PR #12441: URL: https://github.com/apache/kafka/pull/12441#issuecomment-1195516666
@clolov I also found a mistake in #12285: In `KTableSourceTopicRestartIntegrationTest` line 103 should be ``` sourceTopic = SOURCE_TOPIC + "-" + testInfo.getTestMethod().map(Method::getName).orElse("");` ``` instead of ``` sourceTopic = SOURCE_TOPIC + "-" + testInfo.getTestMethod().map(Method::getName); ``` otherwise the test does not run wince the topic name contains illegal characters. -- 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