wcarlson5 commented on a change in pull request #11859:
URL: https://github.com/apache/kafka/pull/11859#discussion_r821095982
##########
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java
##########
@@ -1351,7 +1351,7 @@ private String decorateTopic(final String topic) {
+ "setApplicationId first");
}
if (hasNamedTopology()) {
- return getPrefix() + "-" + topologyName + "-" + topic;
+ return getPrefix() + topologyName + "-" + topic;
Review comment:
I don't see why not
--
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]