apourchet commented on code in PR #16033:
URL: https://github.com/apache/kafka/pull/16033#discussion_r1610767256


##########
streams/src/main/java/org/apache/kafka/streams/processor/assignment/TaskInfo.java:
##########
@@ -50,6 +50,12 @@ public interface TaskInfo {
      */
     Set<String> stateStoreNames();
 
+    /**
+     *
+     * @return The topic partitions in use by this task.
+     */
+    Set<TaskTopicPartition> topicPartitions();

Review Comment:
   This is temporary to get things to compile until we merge part 10 
https://github.com/apache/kafka/pull/16034/files



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to