Rui Fu

Results 39 issues of Rui Fu

Fixes https://github.com/apache/pulsar/issues/16674 ### Motivation Add doc for https://github.com/apache/pulsar/pull/16675 ### Modifications *Describe the modifications you've done.* ### Verifying this change - [ ] Make sure that the change passes the CI...

doc

### Motivation - add 0.9.0 changelog - bump VERSION and stable version ### Modifications *Describe the modifications you've done.* ### Verifying this change - [ ] Make sure that the...

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...

compute/serverless

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...

type/enhancement
component/controller
m/2022-10
m/2022-11

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...

type/enhancement
component/runner-images

when updating replicas for a sink, all pods will be rescheduled, which is not expected behaviour. Should fix this BUG and add related tests.

type/bug
compute/serverless

https://github.com/apache/pulsar/pull/16279 brings the `MANUAL` delivery semantics. Function Mesh should support it when Pulsar 2.11 get released.

type/enhancement
component/controller

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...

type/enhancement
compute/serverless
m/2022-10
m/2022-11

website: https://landscape.cncf.io submit guide: https://landscape.cncf.io/guide

type/enhancement
area/misc

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...

component/controller