Tian Fang
Tian Fang
To add, I am currently using: - Dapr, v1.1.2 - Kubernetes, v1.20.4
Seems this line can be removed: https://github.com/dapr/go-sdk/blob/v1.3.0/service/http/topic.go#L60 Refer to: https://pkg.go.dev/net/http#ResponseWriter ```go // Write writes the data to the connection as part of an HTTP reply. // // If WriteHeader has...
I have tested OpenFunction with Dapr 1.6.1 and KEDA v2.6.1 and it passed. Please note that in Dapr 1.6.1, you may need to make some adjustments to the Components to...
I like this design. In `FunctionTemplate` we don't have to follow the same spec as in the `Function` so that we can refine more abstract properties, which will be better...
What I mentioned is just an idea ...🥲 But I will try to design it based on your suggestion and maybe give a preliminary example in the next few days.
Here is a preliminary proposal: https://hackmd.io/@xcEqMy2IQx-DQu_nUuPNXw/rJiu6IpQ5
A workaround here is to replace the hostname in the repository address with the IP address. Also, you should [skip tag-resolution](https://knative.dev/docs/serving/configuration/deployment/#skipping-tag-resolution) when you run the Knative-runtime function. `192.168.0.3` in the...
Hi @hurricane1988 please let me know if this helps you, thx!
I have sent the maintainer emails list to amye.
> 4. Is OpenFunction planning to has its own gateway? Similar to Kourier I think the scope of OpenFunction probably doesn't need to involve the gateway, but just using them.