We want to use bootstrap_strategy = "config", but it's only available in tarantool-3.0
// TODO: in tarantool-3.0 there's a new bootstrap_strategy = "config"
// which allows to specify the bootstrap leader explicitly. This is
// what we want to use, so we should switch to that when that
// feature is available in our tarantool fork.
//
// When joining we already know the leader, and the "auto" strategy
// implies connecting to that leader during bootstrap.
bootstrap_strategy: Some(BootstrapStrategy::Auto),
Blocked by tarantool#86
Edited by Georgy Moshkin