Groups
Groups
Sign in
Groups
Groups
grpc.io
Conversations
About
Send feedback
Help
gRPC load balancer in java
95 views
Skip to first unread message
abhinay...@gmail.com
unread,
Feb 1, 2017, 10:19:58 PM
2/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Trying to implement load balancer in gRPC client in JAVA, not sure how to implement. Can anyone help me out?
I have been using managedChannel.forAddress("")...If I use load balancer where should I provide multiple server addresses?
Kun Zhang
unread,
Feb 2, 2017, 12:20:20 PM
2/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io, abhinay...@gmail.com
You will need to stop using forAddress() and switch to forTarget().
The target string is resolved by NameResolver, which may emit multiple addresses. See
my reply
on the other thread.
Reply all
Reply to author
Forward
0 new messages