Jonathan Michaux
Jonathan Michaux
See screenshot. Would be great to get descriptions for these. 
`ceOverrides` lets you do things like hard code a CE type for event returned by a function in its response: ```yaml apiVersion: extensions.triggermesh.io/v1alpha1 kind: Function metadata: name: order-event-classifier spec: runtime:...
 @FranBarrera perhaps you can confirm if this is a "bug" ?
Similar to the AWS S3 source, we should be able to pass the GCS source a bucket name, a project name, and a service account, and it should be able...
The HTTP Poller source doesn't produce any logs when it is failing to get a response from its target HTTP service. I can reproduce this by making a local server...
One example from upstream: [gcr.io/knative-releases/knative.dev/eventing/cmd/websocketsource](http://gcr.io/knative-releases/knative.dev/eventing/cmd/websocketsource)
tmctl could warn users that "localhost" will refer to the container's localhost, not the machine's
Many users (myself included) hit the issue of trying to access localhost from TriggerMesh components when using tmctl. Because the components run in containers, localhost does not resolve to the...
I'm calling this a heads-up because I'd like to finish the proposal for event registry to properly explain. But the basic idea is I think we need to clarify what...
Example: I'm using Kafka and routing events across different topics. I want to use event types `com.myshop.order.new` and `com.myshop.order.cancelled` and i have some filtering logic in place already for this,...
If I use a JSON transformation to customise the value of the CE type using stored variables, as such: ``` context: - operation: add paths: - key: type value: $region-$category...