frostfs-sdk-go/api
Evgenii Stratonikov 69b0711d12 [#342] client: Disable service config query
By default, gRPC fetches TXT report while resolving a domain.
0914bba6c5/internal/resolver/dns/dns_resolver.go (L336)

This leads to a hanging dial if DNS is unavailable, even though the host
may be specified in `/etc/hosts` (hello, localhost!).

Use `grpc.WithDisableServiceConfig()` to override the default.
This option seems impossible to override with `WithGRPCDialOpts()`,
but we do not use service config anyway.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-03-06 09:24:16 +00:00
..
accounting [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
acl [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
ape [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
apemanager [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
container [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
lock/grpc [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
netmap [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
object [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
refs [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
rpc [#342] client: Disable service config query 2025-03-06 09:24:16 +00:00
session [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
signature [#291] container: Add ListStream to api 2024-12-10 12:05:56 +03:00
status [#332] client/status: Support RESOURCE_EXHAUSTED status 2025-02-06 11:38:57 +03:00
tombstone [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
tree [#185] Implement rpc/client for tree service 2024-11-29 15:23:14 +03:00
util [#320] api: Run 'make proto' 2025-01-21 14:33:23 +03:00