|
|
@ -934,12 +934,6 @@ public class KafkaProperties {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private Boolean logContainerConfig;
|
|
|
|
private Boolean logContainerConfig;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Whether to suppress the entire record from being written to the log when
|
|
|
|
|
|
|
|
* retries are being attempted.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
private boolean onlyLogRecordMetadata = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Whether the container should fail to start if at least one of the configured
|
|
|
|
* Whether the container should fail to start if at least one of the configured
|
|
|
|
* topics are not present on the broker.
|
|
|
|
* topics are not present on the broker.
|
|
|
@ -1056,14 +1050,6 @@ public class KafkaProperties {
|
|
|
|
this.logContainerConfig = logContainerConfig;
|
|
|
|
this.logContainerConfig = logContainerConfig;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public boolean isOnlyLogRecordMetadata() {
|
|
|
|
|
|
|
|
return this.onlyLogRecordMetadata;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setOnlyLogRecordMetadata(boolean onlyLogRecordMetadata) {
|
|
|
|
|
|
|
|
this.onlyLogRecordMetadata = onlyLogRecordMetadata;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public boolean isMissingTopicsFatal() {
|
|
|
|
public boolean isMissingTopicsFatal() {
|
|
|
|
return this.missingTopicsFatal;
|
|
|
|
return this.missingTopicsFatal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|