Upgrade to Spring Kafka 2.7.0-RC1

Closes gh-25582
This commit is contained in:
Stephane Nicoll
2021-03-18 07:57:07 +01:00
parent cd81784772
commit eff3a4f1a6
2 changed files with 2 additions and 2 deletions

View File

@@ -1264,7 +1264,7 @@ public class KafkaProperties {
/**
* Cleanup the applications local state directory on shutdown.
*/
private boolean onShutdown = false;
private boolean onShutdown = true;
public boolean isOnStartup() {
return this.onStartup;