Calum Murray
Calum Murray
**Problem** Transform functions are how we track changes to eventtypes as events flow through the system. To support the not filter, we should implement a transform function to represent how...
**Problem** Transform functions are how we track changes to eventtypes as events flow through the system. To support the suffix filter, we should implement a transform function to represent how...
**Problem** Transform functions are how we track changes to eventtypes as events flow through the system. To support the prefix filter, we should implement a transform function to represent how...
**Problem** Transform functions are how we track changes to eventtypes as events flow through the system. To support the attributes filter, we should implement a transform function to represent how...
**Problem** In Event Lineage, we will have a directed transform graph, and we want to find all the paths in the graph. **[Persona:](https://github.com/knative/eventing/blob/main/docs/personas.md)** Which persona is this feature for? **Exit...
**Problem** Currently the Kafka source allows for conversion of kafka messages into CloudEvents for consumption with eventing. To make it easier for other legacy systems to integrate into Eventing, we...
Fixes #7625 ## Proposed Changes - Move new trigger filter tests to conformance - Update conformance main to use parsed rest config and pass it to the reconciler-test global environment
**Problem** With the introduction of telepresence instructions in the DEVELOPMENT.md file, we should work towards making a script which automatically sets everything up (e.g. connecting telepresence, helm install, create env...
**Describe the bug** When creating a new InMemoryChannel, the TypeMeta field is not being set properly on InMemoryChannel struct seen by the reconciler for the imc-dispatcher: https://github.com/knative/eventing/blob/90721ab4054f4ec239f84371e8afdb1b6fcdfc5a/pkg/reconciler/inmemorychannel/dispatcher/inmemorychannel.go#L61 **Expected behavior** The...
It would be great to add benchmarks to the CloudEvents SQL, so that we can find any places where performance improvements can be made as well as detect performance regressions....