public static final String |
AUTHORITY_NAME |
"confluent.cloud" |
public static final String |
CONFLUENT_EVENT_LOGGER_KAFKA_EXPORTER_PREFIX |
"confluent.event.logger.exporter.kafka." |
public static final String |
CONFLUENT_EVENT_LOGGER_PREFIX |
"confluent.event.logger." |
public static final String |
CONFLUENT_PREFIX |
"confluent." |
public static final String |
DEFAULT_LOGGER_BOOTSTRAP_SERVERS |
"" |
public static final String |
DEFAULT_LOGGER_CLIENT_ID |
"confluent-connect-log-events-emitter" |
public static final String |
DEFAULT_LOGGER_ENABLE |
"false" |
public static final String |
DEFAULT_TOPIC |
"confluent-connect-log-events" |
public static final boolean |
DEFAULT_TOPIC_CREATE_CONFIG |
true |
public static final String |
LOGGER_BOOTSTRAP_SERVERS_CONFIG |
"confluent.event.logger.exporter.kafka.producer.bootstrap.servers" |
public static final String |
LOGGER_CLIENT_ID_CONFIG |
"confluent.event.logger.exporter.kafka.producer.client.id" |
public static final String |
LOGGER_CLIENT_ID_DOC |
"Client id for the producer used to emit Connect Log Events" |
public static final String |
LOGGER_CLOUD_EVENT_ENCODING_CONFIG |
"confluent.event.logger.cloudevent.codec" |
public static final String |
LOGGER_ENABLE_CONFIG |
"confluent.event.logger.enable" |
public static final String |
LOGGER_ENABLE_DOC |
"Flag to toggle connect log events in this connect cluster" |
public static final String |
LOGGER_EVENT_EXPORTER_CLASS_CONFIG |
"confluent.event.logger.exporter.class" |
public static final String |
LOGGER_EXPORTER_TYPE_CONFIG |
"confluent.event.logger.exporter.kafka.type" |
public static final String |
LOGGER_LOG_EVENTS_TOPIC_CONFIG |
"confluent.event.logger.exporter.kafka.topic.name" |
public static final String |
LOGGER_TOPIC_CREATE_CONFIG |
"confluent.event.logger.exporter.kafka.topic.create" |