Targeting peers in fabric-gateway-go sdk #570
Unanswered
tittuvarghese
asked this question in
Q&A
Replies: 1 comment
-
The client does not manage these concerns. Instead, it is handled by the Gateway service within the peer.
There is a detailed description of the Gateway endorsement process in the Fabric documentation. Any peer can (and by default does) run the Gateway service, so the client can select an appropriate org/peer Gateway service to connect to. In a production deployment you probably should consider a proxy or ingress controller as the Gateway endpoint so clients don't need to know about specific peers or manage fail-over between them, as described in this workshop material. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to select / target peers using fabric-gateway-go sdk. Following are the features / requirement which I'm trying to experiment.
This is primarily to solve problems of application trying to get endorsement from a peer located in another data-center / region or to have local peer preferences.
@bestbeforetoday I feel like you might be able to help in this.
Beta Was this translation helpful? Give feedback.
All reactions