dajac commented on code in PR #14687:
URL: https://github.com/apache/kafka/pull/14687#discussion_r1408976485
##########
streams/src/test/java/org/apache/kafka/streams/integration/HighAvailabilityTaskAssignorIntegrationTest.java:
##########
@@ -138,7 +138,7 @@ private void shouldScaleOutWithWarmupTasks(final
Function<String, Materialized<O
);
final String storeName = "store" + testId;
- final String storeChangelog = appId + "-store" + testId + "-changelog";
+ final String storeChangelog = appId + "-store-changelog";
Review Comment:
The name got too long (above the max for a topic name) with the changes in
this PR. As the `appId` already contains the `testId`, it seems that we could
just remove it.
--
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]