This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.

Status

Current state[One of "Under Discussion", "Accepted", "Rejected"]

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]

JIRA: here [Change the link from KAFKA-1 to your own ticket]

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

It's been 3 years since 234ec8a gets rid of usage of BrokerNotFoundException. Hence, it is time to deprecate BrokerNotFoundException.

Public Interfaces

 * @deprecated since 2.8. No replacement
 */
@Deprecated
public class BrokerNotFoundException extends StreamsException


Proposed Changes

deprecate BrokerNotFoundException without replacement

Compatibility, Deprecation, and Migration Plan

N/a

Rejected Alternatives

N/A

  • No labels