hachikuji commented on a change in pull request #11756: URL: https://github.com/apache/kafka/pull/11756#discussion_r807328392
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/storage/KafkaStatusBackingStore.java ########## @@ -137,11 +137,6 @@ private int generation; private SharedTopicAdmin ownTopicAdmin; - @Deprecated Review comment: Do you know why we had this deprecated? Do we consider it a public API? Below we have code which checks for null `SharedTopicAdmin`. Seems like we can probably get rid of that. The only usage I could see was in a test case. -- 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