mjsax commented on code in PR #18778:
URL: https://github.com/apache/kafka/pull/18778#discussion_r1940554776
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopologyBuilder.java:
##########
@@ -447,18 +449,23 @@ public final synchronized InternalTopologyBuilder
rewriteTopology(final StreamsC
return this;
}
+ private void verifyName(final String name) {
Review Comment:
Extract helper method to share more code.
This has some "splash radius" below, as we can remove a lot a code and call
this method instead.
--
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]