-
Notifications
You must be signed in to change notification settings - Fork 14.6k
KAFKA-12281: Deprecate BrokerNotFoundException #20192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA-12281: Deprecate BrokerNotFoundException #20192
Conversation
This exception is unused since 2.8. Marking it deprecated so that it can be removed in next major release
streams/src/main/java/org/apache/kafka/streams/errors/BrokerNotFoundException.java
Outdated
Show resolved
Hide resolved
streams/src/main/java/org/apache/kafka/streams/errors/BrokerNotFoundException.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to wait until the KIP is approved before, this PR can get merged.
streams/src/main/java/org/apache/kafka/streams/errors/BrokerNotFoundException.java
Outdated
Show resolved
Hide resolved
Following convention, moved deprecated tag to the end of javadoc and removed version tags in @deprecated annotation
@mjsax KIP is approved now. |
Thanks for the KIP and PR! Merged to |
Filed https://issues.apache.org/jira/browse/KAFKA-19557 as follow up for AK 5.0.0 release. |
Implements KIP-1195. BrokerNotFoundException exception is unused since 2.8 Marking it deprecated so that it can be removed in next major release. Reviewers: Matthias J. Sax <matthias@confluent.io>
Implements KIP-1195.
BrokerNotFoundException exception is unused since 2.8 Marking it
deprecated so that it can be removed in next major release.
Reviewers: Matthias J. Sax matthias@confluent.io