mirror of https://github.com/apache/kafka.git
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>
This commit is contained in:
parent
7339d65b27
commit
de2adb69de
|
@ -21,8 +21,10 @@ package org.apache.kafka.streams.errors;
|
|||
* could be found.
|
||||
*
|
||||
* @see org.apache.kafka.streams.StreamsConfig
|
||||
* @deprecated since 4.2 and should not be used any longer.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
@Deprecated
|
||||
public class BrokerNotFoundException extends StreamsException {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
Loading…
Reference in New Issue