Class InvalidBrokerRemovalException

All Implemented Interfaces:
Serializable

public class InvalidBrokerRemovalException extends ApiException
An exception thrown when the requested broker removal operation is invalid. Possible reasons are a non-existent broker ID, some partitions (RF=1) becoming unavailable as a result of the removal, etc.
See Also:
  • Constructor Details

    • InvalidBrokerRemovalException

      public InvalidBrokerRemovalException(String message)
    • InvalidBrokerRemovalException

      public InvalidBrokerRemovalException(String message, Throwable cause)