function-mesh
function-mesh copied to clipboard
The serverless framework purpose-built for event streaming applications.
We need some support for customize JVM options in order to better configure JVM behaviors, including exitOnOOMError, gc log, gc tuning etc.
Fixes #467 ### Motivation MIssing mechanism to optimize JVM options ### Modifications Add javaOpts field to java runtime ### Verifying this change - [x] Make sure that the change passes...
*(If this PR fixes a github issue, please add `Fixes #`.)* ### Motivation Test the support for the k8s 1.22, and run the integration tests. ### Modifications Upgrade the kind...
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #635 , #644 *(or if this PR is one task of a github issue, please add `Master Issue:...
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue: #` to...
possible metrics: - cluster wide - start time (cold start) - resource count / running count / etc. - controller resources (CPU, memory) - resource reconciliation time https://github.com/streamnative/function-mesh/pull/689 - resource...
When the number of functions and connectors get large, a general way to supply environment variables to all functions can be helpful during some migration, error-recovery cases.
if the Status blcok can have FunctionDetails, it will be easier for people to check the generated details.