Skip to content

Commit

Permalink
accept "cassandra" as a value
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewX192 committed Jan 19, 2020
1 parent 57e746c commit fd2073b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ protected void configure() {
logger.warn("unknown cluster dao {}: using default instead", clusterServiceDao);
// fall through
case "default":
case "cassandra":
bind(ClusterServiceDao.class).to(CassandraClusterServiceDao.class);
break;
case "zookeeper":
Expand Down

0 comments on commit fd2073b

Please sign in to comment.