-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Use case:
As a connector developer
I want to send multiple responses for the same request
So that I can reduce the size of a single response and improve the latency for the first answer.
Todo:
- Extend CommandExecutor to support multiple responses e.g.
public required Func<ExtendedRequest<TReq>, CancellationToken, Task<IAsyncEnumerable<ExtendedResponse<TResp>>>> OnCommandReceived { get; set; }- Extend
CommandResponseMetadatawithResponseMessageIdas well asIsLastResponsepropeties - Extend
AkriSystemPropertieswithResponseMessageId(proposal ReservedPrefix + "respId") - Extend
AkriSystemPropertieswithLastResponse(proposal ReservedPrefix + "lastResp")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels