Upgrade to Spring Kafka 2.7.0-RC1
Closes gh-25582
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user