This commit is contained in:
Andrej Zavgorodnij 2020-09-11 15:23:54 +03:00
parent 24466a2c08
commit 3ae9d09d7c
3 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func startClientCommand() *cobra.Command {
log.Fatalf("Failed to init state client: %v", err)
}
stg, err := storage.NewFileStorage(storageDBDSN)
stg, err := storage.NewKafkaStorage(context.Background(), storageDBDSN)
if err != nil {
log.Fatalf("Failed to init storage client: %v", err)
}

Binary file not shown.

BIN
dc4bc_d

Binary file not shown.