Class KafkaConsumerFatalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.component.kafka.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:
  • Constructor Details

    • KafkaConsumerFatalException

      public KafkaConsumerFatalException(String message, Throwable cause)