Calum Murray

Results 80 issues of 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...

kind/feature-request
triage/accepted

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

kind/feature-request
triage/accepted

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

kind/feature-request
triage/accepted

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

kind/feature-request

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

kind/feature-request

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

kind/feature-request

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

size/M
approved
area/test-and-release
do-not-merge/hold
needs-rebase

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

kind/feature-request
help wanted
good first issue
triage/accepted

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

kind/bug
triage/accepted

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

enhancement
help wanted