frostfs-node/cmd
Ekaterina Lebedeva df05057ed4 [] 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
..
frostfs-adm [] morph/client: Remove TryNotary() option from side-chain contracts 2024-12-04 15:30:58 +03:00
frostfs-cli [] container: Add ListStream method 2024-12-17 16:22:43 +03:00
frostfs-ir [] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
frostfs-lens [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
frostfs-node [] container: Add ListStream method 2024-12-17 16:22:43 +03:00
internal/common [] cli: Make descriptive help for--rule option 2024-11-25 07:21:05 +00:00