Matthias Wessendorf

Results 83 issues of Matthias Wessendorf

In the CloudEvent spec, there is the `dataref` extension defined: https://github.com/cloudevents/spec/blob/main/cloudevents/extensions/dataref.md It would be nice to have a way to make use of this, especially to avoid sending large data,...

cloudevents

### What happened? Creating a wrong, or currently not supported, `Pipe` (see #5529), and updating it (`k apply`), does not reflect in a working Pipe, even if it is correct....

kind/bug
area/knative

### What happened? Creating a logger-pipe that reads from the broker seems to not work: ```yaml apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: log-sink-pipe spec: source: ref: kind: Broker apiVersion: eventing.knative.dev/v1...

kind/bug
area/knative

### What happened? Creating a Pipe, and using Knative Broker as `source` and a regular `addressable` as the sink does not work. Here is the pipe: ```yaml apiVersion: camel.apache.org/v1 kind:...

kind/bug
area/documentation
area/knative

### Requirement Creating a `Pipe` that is reading from a **Knative Broker**, requires to set the `type` attribute of the CloudEvent, see #5529 for reference. This is than used when...

kind/feature
area/knative

### What happened? The beer source is _currently_ unable to connect to the web-api it is using, and inside the logs we see: ``` 2024-05-21 09:02:24,524 WARN [org.apa.cam.com.tim.TimerConsumer] (Camel (camel-1)...

kind/bug

### Requirement In here https://github.com/apache/camel-k/blob/main/docs/modules/ROOT/pages/installation/platform/kind.adoc it would be nice if shown how to `helm install` on kind, with a local registry. ### Problem Unclear how to ``` helm install \...

area/documentation

Applying this: ```yaml apiVersion: eventing.knative.dev/v1beta3 kind: EventType metadata: name: dev.knative.source.github.push-v1b3 namespace: default spec: attributes: - name: type value: dev.knative.source.github.push required: true - name: specversion value: "1.0" - name: myextension value:...

kind/bug

## Problem It would be nice if "developers" can enforce on the `Broker` level some (simple) rules on: * **what** events can be consumed * **who** is the sending identity...

kind/feature-request
area/channels
area/api
triage/accepted
area/brokers

**What happened**: Running the https://github.com/kubernetes-sigs/kind/blob/main/site/static/examples/kind-with-registry.sh gives me the following error via `docker connect`: ``` docker network connect "kind" "kind-registry" Error: "pasta" is not supported: invalid network mode ``` **What you...

kind/bug
area/provider/podman