You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@raboof
Akka's issue was created by you. Do you have any ideas?
Should we add a PekkoNameResolverRegister to wrapper the NameResolverRegistry in grpc-java?
I was reading the code for name solver and found a todo item, hoping to resolve it.
motivation
same issue in akka-grpc akka/akka-grpc#1092
code in pekko
org.apache.pekko.grpc.internal.NettyClientUtils
pekko-grpc/runtime/src/main/scala/org/apache/pekko/grpc/internal/NettyClientUtils.scala
Lines 49 to 64 in 7f4b94c
changes
according to grpc-java
https://github.com/grpc/grpc-java/blob/497e1552172632107574d67d7c092a3f5a39a980/examples/src/main/java/io/grpc/examples/nameresolve/NameResolveClient.java#L39
we just need
The text was updated successfully, but these errors were encountered: