Matthias Wessendorf
Matthias Wessendorf
In progress (contains bits from closed #8239 ) and is layered on-top of #8238 /hold
First draft, more to come... based on this there will be a follow-up PR that will add the `IntegrationSink` and than one with refactorings. /hold
Knative Eventing offers only a small number of **event sources**, such as `ApiServerSource` or `PingSource`. Besides that it provides a `ContainerSource` to allow users to run their own integrations, leveraging...
Currently we have zero documentation how to create an `instanced` Go-lang function, on our developer guide: * https://github.com/knative/func/blob/main/docs/function-templates/golang.md Perhaps it would also make sense to change the default to be...
# Func Subscribe Feature focused on subscribing to events from a broker, for consumption by the Function. ```bash func subscribe com.foo.bar [--source my-broker] ``` While the `func` is an abstraction...
Running `func subscribe --filter type=org.apache.camel.event.aws.s3.getObject --filter type=org.apache.camel.event.aws.sqs.getObject` should result in two triggers, and not just one. ``` cat func.yaml specVersion: 0.36.0 name: wjaxs3-logger runtime: go created: 2024-11-05T14:06:23.457899513+01:00 invoke: cloudevent deploy:...
The ceph source and sink from kamelet seems to be dealing with objects and not notifications. We have something like this currently in Knative: https://github.com/knative-extensions/eventing-ceph/blob/main/pkg/adapter/adapter.go#L91 However, with the general move...
**Is your feature request related to a problem? Please describe.** I've read [this section](https://cert-manager.io/docs/usage/certificate/#cleaning-up-secrets-when-certificates-are-deleted) on deleting `Secrets`. However I am unable to change the configuration of the controller (e.g. via...
Fixes # ## Proposed Changes - - - ### Pre-review Checklist - [ ] **At least 80% unit test coverage** - [ ] **E2E tests** for any new behavior -...
## Expected Behavior The `from_http` function should return a CloudEvent object where attributes like `specversion`, `type`, and `source` are accessible via `event["attributes"]` or similar documented methods. ## Actual Behavior But...