Automatic sharding: part one of many (#194)

Starting automatic sharding
This commit is contained in:
Lev Kokotov
2022-10-25 11:47:41 -07:00
committed by GitHub
parent fa267733d9
commit 0524787d31
5 changed files with 169 additions and 17 deletions

View File

@@ -672,7 +672,7 @@ where
// Normal query, not a custom command.
None => {
if query_router.query_parser_enabled() {
query_router.infer_role(message.clone());
query_router.infer(message.clone());
}
}