mjsax commented on code in PR #20192: URL: https://github.com/apache/kafka/pull/20192#discussion_r2216908454
########## streams/src/main/java/org/apache/kafka/streams/errors/BrokerNotFoundException.java: ########## @@ -23,6 +23,7 @@ * @see org.apache.kafka.streams.StreamsConfig */ @SuppressWarnings("unused") +@Deprecated(since = "4.2", forRemoval = true) Review Comment: We usually don't add metadata to the tag, but use JavaDocs for this. -- 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