frostfs-sdk-go/api/rpc
Evgenii Stratonikov c909cf5f6f
Some checks failed
DCO / DCO (pull_request) Failing after 40s
Code generation / Generate proto (pull_request) Successful in 38s
Tests and linters / Tests (pull_request) Successful in 1m0s
Tests and linters / Lint (pull_request) Successful in 1m41s
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!).

This setting 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-05 15:09:41 +03:00
..
client client: Disable service config query 2025-03-05 15:09:41 +03:00
common [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
grpc [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
message [#317] api: Revert easyproto marshaler usage 2025-01-09 11:46:09 +03:00
accounting.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
apemanager.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
common.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
container.go [#291] container: Add ListStream to api 2024-12-10 12:05:56 +03:00
netmap.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
object.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
session.go [#276] Merge repo with frostfs-api-go 2024-10-22 14:05:12 +00:00
tree.go [#185] Implement rpc/client for tree service 2024-11-29 15:23:14 +03:00