ableegoldman commented on a change in pull request #11859:
URL: https://github.com/apache/kafka/pull/11859#discussion_r821091010
##########
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:
Pretty confident this is true, but just to be 100% sure, we're good with
the other `"-"` in this naming scheme right?
--
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]