Skip to content

Refactor web service API to clarify stream and repeated concepts #1097

Description

@charphi

In GRPC, stream and repeated concepts can be confusing and lead to mistakes. A clarification is needed.

For example, this current method has a problem:

rpc GetAvailability(KeyDimensionRequestDto) returns (stream DimensionCodesDto);

message DimensionCodesDto {
  repeated string codes = 1;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions