function-mesh
function-mesh copied to clipboard
The serverless framework purpose-built for event streaming applications.
* Support auto-generate auth config * Support add labels * Support add typeClassName * Support volume * Support auto release
When running a function or connector seems like the minimum memory setting should be 1GB. Is there a particular reason for this? This makes it hard for local dev when...
Apache Pulsar recently introduced the e2e encryption: https://github.com/apache/pulsar/pull/8432 The Mesh version should also update accordingly to enable this feature
*Motivation* Current the approach to support different language functions is not a scalable approach. We should be looking into using WebAssembly to standardize the function interfaces and implement one runtime...
Master Issue: https://github.com/streamnative/function-mesh/issues/486 ### Motivation Fix failure in https://github.com/redhat-openshift-ecosystem/certified-operators/pull/1421 https://docs.openshift.com/container-platform/4.8/operators/operator_sdk/osdk-working-bundle-images.html#osdk-control-compat_osdk-working-bundle-images%22 add `olm.properties` to OLM annotation when build the openshift bundles ### Modifications *Describe the modifications you've done.* ### Verifying this...
- [x] k8s-operatorhub/community-operators https://github.com/k8s-operatorhub/community-operators/pull/1854 - [ ] redhat-openshift-ecosystem/certified-operators https://github.com/redhat-openshift-ecosystem/certified-operators/pull/1421 - [x] redhat certificated image https://catalog.redhat.com/software/containers/62d06b34df1077330aa2619d?architecture=amd64&tag=v0.7.0
## Version - Pulsar: 2.10.0.7 - JDK: 1.8 ## Minimal reproduce step Run a batch source connector with function mesh, and the CRD configuration is as follows: ``` apiVersion: compute.functionmesh.io/v1alpha1...
Fixes #462 ### Motivation *Explain here the context, and why you're making that change. What is the problem you're trying to solve.* ### Modifications Support VPA(vertical pod autoscaler) ### Verifying...