function-mesh
function-mesh copied to clipboard
The serverless framework purpose-built for event streaming applications.
*(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...
Java SDK provides access to a window context object that can be used by a window function. This context object provides a wide variety of information and functionality for Pulsar...
As proofed in practice and documented in https://github.com/streamnative/function-mesh/issues/371 there are sometimes (often!) security problems in a container/package whose origin is not the software one build, but in the software which...
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....
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...
Master Issue: #400 ### Motivation pulsarctl requires some oauth2 parameters, such as `audience`, `issuerUrl` and so on, so we need to provide them explicitly. the reason why I split this...
Fixes #400 Wait for function-mesh-worker-service support oauth2, leave any comment you want ### Motivation Use an init container to download packages/functions from pulsar: https://github.com/streamnative/function-mesh/pull/390#issuecomment-1155933847 ### Modifications Attach an init container...
ref: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#rbac-resources-v122 RBAC resources The rbac.authorization.k8s.io/v1beta1 API version of ClusterRole, ClusterRoleBinding, Role, and RoleBinding is no longer served as of v1.22. Migrate manifests and API clients to use the rbac.authorization.k8s.io/v1...
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...