Class KafkaExceptionLogLevelAware

    • Constructor Detail

      • KafkaExceptionLogLevelAware

        public KafkaExceptionLogLevelAware()
    • Method Detail

      • setLogLevel

        public void setLogLevel​(KafkaException.Level logLevel)
        Set the level at which the exception thrown by this handler is logged.
        Parameters:
        logLevel - the level (default ERROR).
      • getLogLevel

        protected KafkaException.Level getLogLevel()
        Set the level at which the exception thrown by this handler is logged.
        Returns:
        the level.