Skip to content

Commit

Permalink
Fix CLI admin domain bug that didn't load Cassandra plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored Jul 26, 2021
1 parent 0085b7a commit fbc79f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tools/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"fmt"
"os"

_ "github.com/uber/cadence/common/persistence/nosql/nosqlplugin/cassandra" // needed to load cassandra plugin
_ "github.com/uber/cadence/common/persistence/nosql/nosqlplugin/cassandra/gocql/public" // needed to load the default gocql client
_ "github.com/uber/cadence/common/persistence/sql/sqlplugin/mysql" // needed to load mysql plugin
_ "github.com/uber/cadence/common/persistence/sql/sqlplugin/postgres" // needed to load postgres plugin
Expand Down

0 comments on commit fbc79f9

Please sign in to comment.