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
Align KafkaAutoConfiguration with other AutoConfigurations
AutoConfigurations such as `RabbitAutoConfiguration` and `CassandraAutoConfiguration` will reuse properties injected by the constructor.
Signed-off-by: Yanming Zhou <[email protected]>
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka/KafkaAutoConfiguration.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,8 @@ public class KafkaAutoConfiguration {
0 commit comments