pub async fn start_service_as_election_follower(
shutdown: CancellationToken,
address_info: AddressInfo,
election_client: ElectionClientRef,
)
Expand description
Starts all services needed for the meta follower node.
Returns when the shutdown
token is triggered.