Make json the default checkpoint format

This commit is contained in:
2026-02-25 07:38:19 +01:00
parent 45a1bc78b7
commit cc21e0e62c

View File

@@ -144,7 +144,7 @@ type MetricStoreConfig struct {
// Accessed by Init(), Checkpointing(), and other lifecycle functions. // Accessed by Init(), Checkpointing(), and other lifecycle functions.
var Keys MetricStoreConfig = MetricStoreConfig{ var Keys MetricStoreConfig = MetricStoreConfig{
Checkpoints: Checkpoints{ Checkpoints: Checkpoints{
FileFormat: "avro", FileFormat: "json",
RootDir: "./var/checkpoints", RootDir: "./var/checkpoints",
}, },
Cleanup: &Cleanup{ Cleanup: &Cleanup{