akka-grpc icon indicating copy to clipboard operation
akka-grpc copied to clipboard

Revisit DNS resolution for Akka HTTP client backend

Open johanandren opened this issue 3 years ago • 1 comments

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

johanandren avatar Jun 28 '21 09:06 johanandren

To clarify, I think it should use the async Akka DNS infra instead.

johanandren avatar Jul 09 '21 06:07 johanandren