I have three distributed nodes in a RAFT cluster: A, B, and C. Is the scope of the call to the bootstrap function limited to the entire cluster or to a cluster node? In other words, can we call bootstrap at node A and provide it all the peer node info (i.e., B and C), and likewise, can we call bootstrap at node B and provide it all the peer nodes (i.e., A and C)? How does the bootstrap work or should be used in this situation?
Thanks,
AJ.