Class KafkaConsumerFatalException

  • All Implemented Interfaces:
    Serializable

    public class KafkaConsumerFatalException
    extends RuntimeException
    A fatal exception such as the kafka consumer is not able to be created and/or subscribed to the kafka brokers within a given backoff period, leading to camel-kafka giving up and terminating the kafka consumer thread, meaning that the kafka consumer will not try to recover. To recover requires either to restart the Camel route, or the application.
    See Also:
    Serialized Form
    • Constructor Detail

      • KafkaConsumerFatalException

        public KafkaConsumerFatalException​(String message,
                                           Throwable cause)