argo-events icon indicating copy to clipboard operation
argo-events copied to clipboard

Event-driven Automation Framework for Kubernetes

Results 194 argo-events issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently `headers` field is for static values. We need possibility to put value from event data in header when using...

enhancement

Checklist: * [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md). Add FileEventSource support for recursive file events

The intention is to fix an issue with heavy loaded Kafka EventSource with filtration (when the number of filtered out events is much greater than the accepted). The rate limitation...

**Describe the bug** While checking the argo events controller logs it is trying to delete the event bus every ~10-15 mins. It is failing delete for expected reasons due to...

bug

Checklist: * [x] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md). Add AlibabaCloud MNS as eventsource for argo-events.

Removed govaluate, which is not maintained and left expr only instead

**Describe the bug** I have an EventSource with 2 replicas for different Gitlab events. The EventSource is responsible for creating the webhooks on the configured repos. When having HA we...

bug

**Is your feature request related to a problem? Please describe.** working with the file eventsource feels limiting since it cannot look recuresively inside a folder (i.e. folders inside folders) **Describe...

enhancement

argo event verson is v1.8.1 When I try to delete an event source or event sensor or event bus, I find that they get recreated. cmd like this: kubectl delete...

bug

**Describe the bug** Sensors connected to a kafka eventbus stop working some while after being deployed. **To Reproduce** Steps to reproduce the behavior: 1. Create a kafka eventbus 2. Create...

bug