Class LogEventsConfig

java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.confluent.logevents.connect.LogEventsConfig

public class LogEventsConfig extends org.apache.kafka.common.config.AbstractConfig
LogEventsConfig class defining configurations needed for capturing Connect log events.
  • Field Details

  • Constructor Details

    • LogEventsConfig

      public LogEventsConfig(Map<?,?> originals)
  • Method Details

    • toEventLoggerConfig

      public Map<String,Object> toEventLoggerConfig() throws org.apache.kafka.common.config.ConfigException
      Return only configs prefixed by `confluent.event.logger` from LogEventsConfigs defaults as well as WorkerConfigs for LogEventsKafkaEmitter#eventLogger.
      Returns:
      Properties needed for configuring EventLogger
      Throws:
      org.apache.kafka.common.config.ConfigException
    • logEventsDeduplicateErrors

      public Boolean logEventsDeduplicateErrors()
    • logFailureEventResetTime

      public long logFailureEventResetTime()