parent
cd81784772
commit
eff3a4f1a6
|
|
@ -1264,7 +1264,7 @@ public class KafkaProperties {
|
|||
/**
|
||||
* Cleanup the application’s local state directory on shutdown.
|
||||
*/
|
||||
private boolean onShutdown = false;
|
||||
private boolean onShutdown = true;
|
||||
|
||||
public boolean isOnStartup() {
|
||||
return this.onStartup;
|
||||
|
|
|
|||
|
|
@ -1649,7 +1649,7 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("Spring Kafka", "2.7.0-SNAPSHOT") {
|
||||
library("Spring Kafka", "2.7.0-RC1") {
|
||||
group("org.springframework.kafka") {
|
||||
modules = [
|
||||
"spring-kafka",
|
||||
|
|
|
|||
Loading…
Reference in New Issue