Class ListenerNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ListenerNotFoundException
    extends InvalidMetadataException
    The leader does not have an endpoint corresponding to the listener on which metadata was requested. This could indicate a broker configuration error or a transient error when listeners are updated dynamically and client requests are processed before all brokers have updated their listeners. This is currently used only for missing listeners on leader brokers, but may be used for followers in future.
    See Also:
    Serialized Form
    • Constructor Detail

      • ListenerNotFoundException

        public ListenerNotFoundException​(String message)
      • ListenerNotFoundException

        public ListenerNotFoundException​(String message,
                                         Throwable cause)