You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka/ConcurrentKafkaListenerContainerFactoryConfigurer.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka/KafkaProperties.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -917,7 +917,7 @@ public enum Type {
917
917
* Whether to suppress the entire record from being written to the log when
918
918
* retries are being attempted.
919
919
*/
920
-
privateBooleanonlyLogRecordMetadata;
920
+
privatebooleanonlyLogRecordMetadata;
921
921
922
922
/**
923
923
* Whether the container should fail to start if at least one of the configured
@@ -1021,11 +1021,11 @@ public void setLogContainerConfig(Boolean logContainerConfig) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/kafka/KafkaPropertiesTests.java
0 commit comments