Benjamin Huo
Benjamin Huo
For now, the ruler watches the rule CRD https://github.com/kubesphere/kube-events/blob/master/config/crs/cluster-rules-default.yaml to load the rule dynamically whenever the rule changes, it not using configmap to store rules. @junotx Am I correct?
Good idea!
@aslafy-z You're welcome to create a PR for this if you're interested
@dependabot rebase
There are java samples here https://github.com/OpenFunction/java-samples/blob/main/src/main/java/dev/openfunction/samples/StateStore.java#L57 We'll add go samples later @wanjunlei @wrongerror
@YANGMAO-ZHANG would you submit a PR for this?
@wrongerror user need to add annotation manually? https://openfunction.dev/docs/concepts/baas_integration/
> Add these annotations to the Function. > > ``` > openfunction.io/enable-dapr: true > openfunction.io/dapr-service-mode: sidecar > ``` All samples should work under both `proxy` and `sidecar` modes, why proxy...
> For java, just sidecar mode is well, but go two mode are well, whether is because openfunction has not complete this for java? It's a bug, the proxy mode...
> For java, just sidecar mode is well, but go two mode are well, whether is because openfunction has not complete this for java? @wanjunlei has fixed this you can...