Jonathan Michaux

Results 12 issues of Jonathan Michaux

See screenshot. Would be great to get descriptions for these. ![Notification_Center](https://github.com/triggermesh/triggermesh/assets/5730842/6e83cddb-724d-47a5-83b2-a9653096ea06)

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

![Targets_-_TriggerMesh](https://github.com/triggermesh/triggermesh/assets/5730842/373c9996-893d-49f8-8073-9fa24ee86e49) @FranBarrera perhaps you can confirm if this is a "bug" ?

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

feature request

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

p2

One example from upstream: [gcr.io/knative-releases/knative.dev/eventing/cmd/websocketsource](http://gcr.io/knative-releases/knative.dev/eventing/cmd/websocketsource)

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

p2

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

p2

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