#7029 introduced the NewClient() API which should potentially replace grpc.Dial()
However in this branch, when I updated the orca example to use NewClient I'm seeing an error on the client side.
2024/04/02 13:24:29 Error from UnaryEcho call: rpc error: code = DeadlineExceeded desc = context deadline exceeded
This needs investigation, and possibly prioritization before the next release this week