You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
CommandResponseMetadata
withResponseMessageId
as well asIsLastResponse
propetiesAkriSystemProperties
withResponseMessageId
(proposal ReservedPrefix + "respId")AkriSystemProperties
withLastResponse
(proposal ReservedPrefix + "lastResp")The text was updated successfully, but these errors were encountered: