Maybe add middleware support for `AddServiceInvocationHandler` etc entry?
Is your feature request related to a problem? Please describe. When I add service invocation handler, I want to deal some same operations. So I want to add the middleware support. Maybe you can think about it.
Describe the solution you'd like
Maybe like gin middleware achieve, maybe need many same web frameware function achieve in the go-sdk.
Just an advice, Thanks!
We have been considering providing integration into frameworks like gin vs replicating their functionality in the Dapr SDK. The Dapr SDK does support serving constructors with an existing mux so you could combine Go web frameworks to some degree already.
We have been considering providing integration into frameworks like gin vs replicating their functionality in the Dapr SDK. The Dapr SDK does support serving constructors with an existing mux so you could combine Go web frameworks to some degree already.
Are there plans to support this feature? @mchmarny