WIP: container: Add ListStream method
WIP: container: Add ListStream method
WIP: container: Add ListStream method
WIP: [#XX] container: Add ListStream method
Add new method for listing containers via stream
989336df37
[#XX] container: Add ListStream method
bc8d79ddf9
[#1447] services/tree: Move relaying code to a separate function
29708b78d7
[#1442] cli/tree: Enchance error message if
rpc-endpoint
isn't defined
b9284604d9
[#1442] cli/tree: Allow to specify
rpc-endpoint
with config file
65a4320c75
[#1441] services/tree: Use
grpc.WaitForReady
option when creating client
elebedeva
created branch feat/stream-for-list in elebedeva/frostfs-sdk-go
2024-10-28 15:07:35 +00:00
d8f1cc29f5
[#XX] container: Add ListStream method
5361f0eceb
[#279] pool: Count errors in object search
05aa3becae
[#278] pool: Don't make maintenance node healthy in rebalance
79f387317a
[#283] pool: Mark node unhealthy if node is under maintenance
3ea4741231
[#283] go.mod: Tidy
elebedeva
created branch feat/stream-for-list in elebedeva/frostfs-api-go
2024-10-28 15:03:17 +00:00
5e0457290d
[#XX] container: Add ListStream method
f0fc40e116
[#123] Resolve funlen linter issue
29f2157563
[#123] protogen: Treat bytes field as non-nullable
29c522d5d8
[#122] protogen: Always marshal empty fields
3e705a3cbe
[#121] .golangci.yml: Replace exportloopref with copyloopvar
sdnotify: Fix status for
RELOADING
Ah, I see, we added MONOTONIC_USEC
to status
, so just trimming suffix =1
doesn't work anymore in case of reloading.
But I still believe that for other statuses changing current behaviour…
sdnotify: Fix status for
RELOADING
Why using this approach in the first place? We already adding this line to status
[here](ed13387c0e/pkg
…