Current when Send function constructs the InvokeBindingRequest, the Metadata is from the predefined value.
However, some of the Dapr APIs need to provide metadata for example: bindings.aws.s3 to download a specified file from a remote storage. Hence, ofn should support overwrting metadata.
Current when
Send
function constructs the InvokeBindingRequest, theMetadata
is from the predefined value.However, some of the Dapr APIs need to provide
metadata
for example: bindings.aws.s3 to download a specified file from a remote storage. Hence, ofn should support overwrtingmetadata
.