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


##########
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:
   Interesting. `RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapter` is 
an internal class though (note, it's in package `internals`), and it not user 
facing.
   
   We usually just use plain `@Deprecated` (for example, compare `JoinWindows`).



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