Phillip Hoff
Phillip Hoff
> . Specifically, this internal actor code should check for an error result indicating that the workflow wasn't found and then return a nil response rather than an error response....
It looks like the Dapr route building logic doesn't support routes with parameters (i.e. the logic assumes the parts are all literals): https://github.com/dapr/dotnet-sdk/blob/99d874a2b138af020df099a0fc0a09a7d0597fae/src/Dapr.AspNetCore/DaprEndpointRouteBuilderExtensions.cs#L201 As @halspang suggests, we'd need to investigate...
I believe this is the same issue as #791 and #882. As was mentioned in those issues, there is a fundamental question of how Dapr subscriptions should work in a...
@fabistb I did some testing with your sample application (thanks for supplying that!). Here are some comments. > (CloudEvent middleware enabled) Raw message send - enableRawPayload true --> 415 Unsupported...
@fabistb I think the important bit is that Dapr pub-sub is *fundamentally* based on Cloud Events (for good or bad); that is, there is an expectation, by design, that *all*...
@fabistb I think it's a fair point that the docs could be better, as the topic has a lot of nuance in terms of whether the original message was published...
@kaluznyt This is probably a good question for the [Dapr runtime repo](https://github.com/dapr/dapr) and/or the Dapr Discord [actors channel](https://discord.com/channels/778680217417809931/886835700769644595).
> I tried below code and it does not work.. @ZenwalkerD Can you be more specific about what didn't work? Did the call fail, and in what way? Could you...
@ZenwalkerD You'll need to provide more context; for example, how was the application and Dapr sidecar started, what do the Dapr sidecar logs show (with `--log-level debug`), what is the...
Closed with #1252