{"id":22096898,"url":"https://github.com/streamnative/kubevela-function-mesh-addon","last_synced_at":"2026-03-19T21:44:00.653Z","repository":{"id":99626849,"uuid":"590090919","full_name":"streamnative/kubevela-function-mesh-addon","owner":"streamnative","description":"Provides users with OAM protocol-compliant (KubeVela) application-level Serverless orchestration capabilities based on Function Mesh","archived":false,"fork":false,"pushed_at":"2023-01-19T05:56:05.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-08T09:56:23.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CUE","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamnative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-17T16:30:49.000Z","updated_at":"2023-01-19T05:56:12.000Z","dependencies_parsed_at":"2023-04-10T03:32:03.125Z","dependency_job_id":null,"html_url":"https://github.com/streamnative/kubevela-function-mesh-addon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/streamnative/kubevela-function-mesh-addon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fkubevela-function-mesh-addon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fkubevela-function-mesh-addon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fkubevela-function-mesh-addon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fkubevela-function-mesh-addon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamnative","download_url":"https://codeload.github.com/streamnative/kubevela-function-mesh-addon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamnative%2Fkubevela-function-mesh-addon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29440309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T04:13:16.380Z","updated_at":"2026-02-14T08:31:23.950Z","avatar_url":"https://github.com/streamnative.png","language":"CUE","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Function Mesh addon for KubeVela\n\nThe purpose of the Function Mesh addon is to provide serverless capabilities based on Function Mesh for the users of OAM applications.\n\n## Install\n\nFunction Mesh is a serverless framework purpose-built for stream processing applications. It brings powerful event-streaming capabilities to your applications by orchestrating multiple [Pulsar Functions](https://functionmesh.io/docs/functions/function-overview) and [Pulsar IO connectors](https://functionmesh.io/docs/connectors/pulsar-io-overview) for complex stream processing jobs.\n\n### Prerequisites\n\nBefore using this addon, ensure to perform the following operations.\n\n- Kubernetes server v1.19 or higher.\n- KubeVela v1.4 or higher\n- Apache Pulsar cluster 2.9.* or higher.\n  - Follow this [docs](https://pulsar.apache.org/docs/next/getting-started-helm/) to install Pulsar\n  - Or you can choose the [Pulsar Operator](https://docs.streamnative.io/operators/pulsar-operator/pulsar-operator-install) provided by StreamNative\n- Cert-Manager (Use the command `vela addon enable cert-manager` to install it)\n- FluxCD (Use the command `vela addon enable fluxcd` to install it)\n\n### Enable the addon\n\n\u003e Currently this addon is only supported for local installation, you need to go into the repository directory and execute the following command\n\n```shell\nvela addon enable .\n```\n\nYou need to manually create a configuration file for accessing the Pulsar cluster\n\n\u003e You need to update the value of `.pulsar.pulsarConfig` in Meshes Component with `\u003cconfig-map-name\u003e`\n\n```yaml\napiVersion: v1\nkind: ConfigMap\nmetadata:\n  name: \u003cconfig-map-name\u003e\n  namespace: \u003csame-namespace-as-the-application\u003e\ndata:\n  webServiceURL: http://sn-platform-pulsar-broker.default.svc.cluster.local:8080 # this is an example\n  brokerServiceURL: pulsar://sn-platform-pulsar-broker.default.svc.cluster.local:6650 # this is an example\n```\n\n## Demo\n\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003cbody\u003e\n\n\u003ciframe src=\"https://drive.google.com/file/d/1HuvLalaC7swdoFJ1iFjpsXhrL9C-iSBy/preview\" width=\"640\" height=\"480\" allow=\"autoplay\"\u003e\u003c/iframe\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamnative%2Fkubevela-function-mesh-addon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamnative%2Fkubevela-function-mesh-addon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamnative%2Fkubevela-function-mesh-addon/lists"}