mingyen066 commented on code in PR #22977:
URL: https://github.com/apache/kafka/pull/22977#discussion_r3676865947


##########
storage/src/testFixtures/java/org/apache/kafka/server/log/remote/storage/LocalTieredStorage.java:
##########
@@ -133,9 +133,17 @@ public final class LocalTieredStorage implements 
RemoteStorageManager {
 
     /**
      * The ID of the broker which owns this instance of {@link 
LocalTieredStorage}.
+     *
+     * @deprecated Use {@link #NODE_ID} instead. This key is no longer passed 
to plugins from Kafka 5.0 (KIP-1232).
      */
+    @Deprecated(since = "4.4", forRemoval = true)

Review Comment:
   Good catch. removed.



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