Phil Kedy
Phil Kedy
@aykevl Can you share the details/branch for your fix? I run into this issue today and I can test the workaround in my use case with generics.
@aykevl I confirmed that it works for me! Thanks!
@greenie-msft Did you see the content I created here? https://github.com/dapr/go-sdk/blob/main/daprdocs/content/en/go-sdk-docs/go-service/http-service.md#event-handling
This would totally be a nice feature for development but I wanted to raise a question around security. My assumption is that the sidecars should only trust communication from the...
Also might consider using `kubectl port-forward` to accomplish this. https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/#forward-a-local-port-to-a-port-on-the-pod One downside is that you would not receive callbacks to Publish operations.
@msfussell Looks like the Service Fabric content was at one point already ported to this page: https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/ Does this meet your expectation? Should we consider moving this page under concepts?
Does anyone think that having several fine-grained calls over the FFI boundary would be a performance issue? That is definitely my concern. I'm curious if proxy-wasm is this fine-grained. It...
@daixiang0 Fair point. I'd like to understand that myself. Maybe others can chime on regarding proxy-wasm.
@daixiang0 I've worked on HTTP1/HTTP2/gRPC proxies similar to Envoy. I remember now that Envoy filters work at that protocol/frame level (e.g. OnHeaders, OnBody, etc) as they are sent over the...
@anuraaga I think my example created more confusion than clarity ;) Forget about waPC and MsgPack. My general proposal is that like how `proxy_set_headers` lets you set multiple headers in...