Matthias Wessendorf

Results 223 comments of Matthias Wessendorf

@notnoop no interest at all ?

here is a patched version of this, on maven central: http://search.maven.org/#artifactdetails%7Corg.jboss.aerogear.windows%7Cjava-mpns%7C0.1.0%7Cjar On Mon, Feb 9, 2015 at 1:41 PM, JitPack.io [email protected] wrote: > Btw, you can get it as a...

There is no integration created. The message on the `status` of the `Pipe` said that it could not create it, see here `k describe`: ``` k describe pipes.camel.apache.org Name: log-sink-pipe...

@squakez regardless if I set the: ```yaml ... properties: type: ... ``` on the `sink` or the `source`, it seems to not work

Update: I restarted over and now this worked: ```yaml apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: log-sink-pipe spec: source: ref: kind: Broker apiVersion: eventing.knative.dev/v1 name: kamelet properties: type: com.corp.my.beer.source sink: ref:...

OK, I found it out: When I edit this pipe, the CLI says `configured`, but nothing really changed. Hence I could not before have it work. I have to `delete`...

I think this is two pieces: * Why is `type` required? It is perfectly valid to have a Trigger w/out any attributes on the filter (this bug) * when I...

CC @jrangelramos @lkingland