frostfs-node/cmd/frostfs-node/config
Ekaterina Lebedeva df05057ed4 [#1452] container: Add ListStream method
* Added new method for listing containers to container service.
  It opens stream and sends containers in batches.

* Added TransportSplitter wrapper around ExecutionService to
  split container ID list read from contract in parts that are
  smaller than grpc max message size. Batch size can be changed
  in node configuration file (as in example config file).

* Changed `container list` implementaion in cli: now ListStream
  is called by default. Old List is called only if ListStream
  is not implemented.

* Changed `internalclient.ListContainersPrm`.`Account` to
  `OwnerID` since `client.PrmContainerList`.`Account` was
  renamed to `OwnerID` in sdk.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-17 16:22:43 +03:00
..
apiclient [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
audit [#1184] config: Add audit.enabled parameter for node 2024-06-19 16:05:53 +03:00
container [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
contracts [#934] container: Make container APE middleware read namespaces 2024-02-01 17:38:24 +00:00
control [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
engine [#1532] node: Allow to omit metabase.path if shard is disabled 2024-12-04 03:30:19 +00:00
grpc [#835] grpc: Try to reconnect if endpoint listen failed 2023-12-14 16:38:59 +03:00
logger [#1366] node, ir: Support timestamp config option, update tests 2024-09-17 10:50:08 +03:00
metrics [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
morph [#1375] node: Configure of the container cache size 2024-10-01 14:05:52 +00:00
multinet [#1422] config: Add multinet config 2024-10-17 13:15:08 +00:00
node [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
object [#1439] object: Sort nodes by priority metrics to compute GET request 2024-10-29 08:05:09 +00:00
policer [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
profiler [#1431] node: Fix comment format 2024-10-15 08:53:59 +00:00
replicator [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
runtime [#537] node: Add runtime.memory_limit config parameter 2023-07-25 17:27:09 +03:00
test [#1459] .golanci.yml: Add tenv linter, fix issues 2024-10-30 15:18:22 +00:00
tracing [#1488] tracing: KV attributes for spans from config 2024-11-12 17:24:43 +03:00
tree [#1449] tree: Add ApplyBatch method 2024-11-12 12:11:07 +00:00
calls.go [#125] node: Move viper creation to internal/common/config 2023-04-26 13:53:51 +03:00
calls_test.go [#1459] .golanci.yml: Add tenv linter, fix issues 2024-10-30 15:18:22 +00:00
cast.go [#1217] Fix grammar mistakes and misspelling 2024-07-01 19:14:25 +03:00
cast_test.go [#542] Update test for SizeInBytesSafe function 2023-08-01 13:38:00 +00:00
config.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
configdir_test.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00