ableegoldman commented on a change in pull request #10676: URL: https://github.com/apache/kafka/pull/10676#discussion_r632100527
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/TaskId.java ########## @@ -59,10 +58,6 @@ public TaskId(final int topicGroupId, final int partition, final String namedTop } } - public Optional<String> namedTopology() { Review comment: Alright, here we are: [KIP-740: Use TaskId instead of String for the taskId field in TaskMetadata]( https://cwiki.apache.org/confluence/display/KAFKA/KIP-740%3A+Use+TaskId+instead+of+String+for+the+taskId+field+in+TaskMetadata) That was probably the fastest/easiest KIP I've ever written -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org