mirror of https://github.com/apache/kafka.git
MINOR: Fix whitespace typo in Connect Config docs (#13752)
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Yash Mayya <yash.mayya@gmail.com>, Divij Vaidya <diviv@amazon.com>
This commit is contained in:
parent
6cf4a2eaa7
commit
916e801010
|
@ -150,7 +150,7 @@ public class ConnectorConfig extends AbstractConfig {
|
|||
public static final String ERRORS_LOG_INCLUDE_MESSAGES_CONFIG = "errors.log.include.messages";
|
||||
public static final String ERRORS_LOG_INCLUDE_MESSAGES_DISPLAY = "Log Error Details";
|
||||
public static final boolean ERRORS_LOG_INCLUDE_MESSAGES_DEFAULT = false;
|
||||
public static final String ERRORS_LOG_INCLUDE_MESSAGES_DOC = "Whether to include in the log the Connect record that resulted in a failure." +
|
||||
public static final String ERRORS_LOG_INCLUDE_MESSAGES_DOC = "Whether to include in the log the Connect record that resulted in a failure. " +
|
||||
"For sink records, the topic, partition, offset, and timestamp will be logged. " +
|
||||
"For source records, the key and value (and their schemas), all headers, and the timestamp, Kafka topic, Kafka partition, source partition, " +
|
||||
"and source offset will be logged. " +
|
||||
|
|
Loading…
Reference in New Issue