forked from tarantool/vshard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
router: introduce name identification
This commit allows router to use named config identification. Part of tarantool#426 @TarantoolBot document Title: vshard: vshard.router.buckets_info shows name When `identification_mode` is `name_as_key`, buckets_info() also returns name of the replicas, where buckets are stored: ``` tarantool> vshard.router.buckets_info() --- - - uuid: aaaaaaaa-0000-4000-a000-000000000000 status: available_rw name: replica_1_a ```
- Loading branch information
1 parent
78ebb5e
commit b9c9897
Showing
3 changed files
with
143 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.