Open johanandren opened 3 years ago
I may have missed something but it looks as though the client now uses the regular blocking JDK infrastructure to resolve the hardcoded/grpc-dns hostname?
https://github.com/akka/akka-grpc/blob/92bcd0344ef6c638b4142a7b11609b1579f44fbf/runtime/src/main/scala/akka/grpc/internal/AkkaHttpClientUtils.scala#L72
To clarify, I think it should use the async Akka DNS infra instead.
I may have missed something but it looks as though the client now uses the regular blocking JDK infrastructure to resolve the hardcoded/grpc-dns hostname?
https://github.com/akka/akka-grpc/blob/92bcd0344ef6c638b4142a7b11609b1579f44fbf/runtime/src/main/scala/akka/grpc/internal/AkkaHttpClientUtils.scala#L72