Tian Fang

Results 15 issues of Tian Fang

Hi, I'm experimenting with the autoscaling-on-queue example and I got the following error when I got to step [Deployment](https://github.com/mchmarny/dapr-demos/tree/master/autoscaling-on-queue#deployment) ``` ~# kubectl apply -f deployment/kafka-pubsub.yaml error: error validating "deployment/kafka-pubsub.yaml": error...

**Description** Since kedacore/http-add-on has been released to [v0.2.0](https://github.com/kedacore/http-add-on/releases/tag/v0.2.0), can't we integrate it into OpenFunction as an option to the OpenFuncSync type function?

Feature
priority/medium

## Motivation OpenFunction implemented a framework for lifecycle management of the basic business unit "function". In this architecture we use Shipwright (and Tekton for the build pipeline), a component for...

**Description** When using OpenFunction, we often create scaledobjects and scaledjobs resources of keda, as well as component resources of dapr. If a generic template could be provided for configurations, it...

*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #444 *(or if this PR is one task of a github issue, please add `Master Issue: #` to...

type/enhancement
component/controller
doc-required
m/2022-09

The autoscaling of FunctionMesh's resources is currently controlled by HPA. We can add some Pulsar unique metrics to the HPA to determine if the target workload needs to be scaled....

type/feature
compute/serverless
m/2022-12

What is [Serverless Workflow](https://serverlessworkflow.io/)? > Standards-based DSL and open-source dev tools and runtimes are at the heart of the Serverless Workflow project. We connect developers around the world to foster...

type/feature
compute/serverless

The function-mesh-operator has some security vulnerabilities, and we need to fix them, refer to: https://artifacthub.io/packages/helm/function-mesh/function-mesh-operator?modal=security-report - [x] [CVE-2021-36159](https://github.com/freebsd/freebsd-src/commits/main/lib/libfetch). We can fix this by upgrading the operator's base image from alpine...

compute/serverless
m/2022-10
m/2022-11

**Description** The current e2e workflow has the following flaws: - It is mainly based on the v1beta1 api version instead of the latest v1beta2 api version. - It takes up...

enhancement

## Motivation Currently, the build process of OpenFunction Function responds to every change made by users to their functions, resulting in a lengthy build process that negatively affects user experience....