frostfs-node/cmd/frostfs-cli
Ekaterina Lebedeva c66e3b11a2 [#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.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-11-27 18:31:55 +03:00
..
docs [#1483] cli/docs: Remove set-eacl mention 2024-11-12 12:10:51 +00:00
internal [#1452] container: Add ListStream method 2024-11-27 18:31:55 +03:00
modules [#1452] container: Add ListStream method 2024-11-27 18:31:55 +03:00
main.go Rename package name 2023-03-07 16:38:26 +03:00