function-mesh
function-mesh copied to clipboard
The serverless framework purpose-built for event streaming applications.
Hello there, I would like to thank you for your support for my previous issues first of all. You guys are great. We are now using FM Operator 0.4.0 also...
nonroot runner image cannot install debugging tools, which makes the debug much more harder than before. We should provide a `debug` image with all tools available, or provide a root...
when updating replicas for a sink, all pods will be rescheduled, which is not expected behaviour. Should fix this BUG and add related tests.
https://github.com/apache/pulsar/pull/16279 brings the `MANUAL` delivery semantics. Function Mesh should support it when Pulsar 2.11 get released.
Hi, I have a pulsar cluster with auth enabled, using `AuthenticationProviderToken`. ```ini authenticationEnabled: "true" authenticationProviders: "org.apache.pulsar.broker.authentication.AuthenticationProviderToken" ``` However, the go function runs with this error. ``` go-function-sample-function-0 pulsar-function 2022/05/11 16:04:04.677...
When upload Pulsar's Java Functions package, the Pulsar's functions worker will load the package into the class loader, and try to extract the type args of the defined function. Then...
website: https://landscape.cncf.io submit guide: https://landscape.cncf.io/guide
this pr https://github.com/apache/pulsar/pull/9246 adds PulsarAdmin client to Function Context, which needs to pass `pulsarWebServiceUrl` to Java Function Runtime as `--web_serviceurl` argument. Changes should be applied to function-mesh if we want...