David Farr

Results 24 comments of David Farr

> Hi @dfarr > > thanks for sharing the links. I use the `v1.7.6` release (chart version argo-events-2.1.4) There hasn't been a release since the kafka eventbus feature has been...

Do you have a kafka broker available at `my-cluster-kafka-brokers.kafka:9092`? As mentioned [in the docs](https://argoproj.github.io/argo-events/eventbus/kafka/), you are responsible for providing a kafka cluster, Argo Events doesn't create one. If you don't...

I cannot replicate this problem locally. Can you provide logs from both your EventSource and Sensor pods? I am wondering: 1. Is your kafka broker running in the same namespace...

> Created an eventsource (with Kafka too), and a sensor. The eventsource pod gots notified about an event when publishing a message, but no workflow has been triggered. I assume...

resonatehq/roadmap#4

resonatehq/roadmap#1

Thank you so much @susarlanikhilesh 🎉 🎉 The tests are failing because some of our tests expect a panic to occur, and if the flag is not set (eg: the...

I would prefer for `strict=true` in cases where not explicitly set. Our philosophy here is to panic by default when an unexpected event occurs, this way we can protect ourselves...

Just closed that PR for being stale. I think we can take inspiration from the ldflags, but simplify things a little bit. Here's what I'm thinking. Add the following to...