mjsax commented on code in PR #16985:
URL: https://github.com/apache/kafka/pull/16985#discussion_r1730431915


##########
streams/src/main/java/org/apache/kafka/streams/processor/TaskId.java:
##########
@@ -41,10 +34,10 @@ public class TaskId implements Comparable<TaskId> {
 
     /** The ID of the subtopology, aka topicGroupId. */
     @Deprecated

Review Comment:
   We can remove this annotation



##########
streams/src/main/java/org/apache/kafka/streams/processor/TaskId.java:
##########
@@ -41,10 +34,10 @@ public class TaskId implements Comparable<TaskId> {
 
     /** The ID of the subtopology, aka topicGroupId. */
     @Deprecated
-    public final int topicGroupId;
+    private final int topicGroupId;
     /** The ID of the partition. */
     @Deprecated

Review Comment:
   As above



-- 
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]

Reply via email to