Derek Wang
Derek Wang
Signed-off-by: Derek Wang `argoWorkflow` trigger supports `submit-from` workflow template. Closes: https://github.com/argoproj/argo-events/issues/2044 Checklist: * [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md).
Checklist: * [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md).
We should update kafka event source ack to be manually, so that when there's any issue with downstream processing, there's no message lost. --- **Message from the maintainers**: If you...
There's no retry on event publishing to EventBus from EventSource, which should be in place in case there's any temporary issue. --- **Message from the maintainers**: If you wish to...
Two 3rd-party libraries used by Argo Events are unmaintained:gogo/protobuf: No longer maintained as per https://github.com/gogo/protobuf/issues/691github.com/joncalhoun/qson: No longer maintained. Is used in the Storage Grid Event Source: https://github.com/argoproj/argo-events/blob/master/eventsources/sources/storagegrid/start.go
In the event an attacker is able to send a payload that crashes Argo Events during the execution of a trigger, the logs will not be helpful in tracing a...
**Is your feature request related to a problem? Please describe.** Today, one EventSource object can be configured with [multiple events](https://github.com/argoproj/argo-events/blob/master/docs/eventsources/multiple-events.md) configuration, this can reduce the K8s resources usage such as...
**Is your feature request related to a problem? Please describe.** Document about the feature introduced in https://github.com/argoproj/argo-events/pull/797. **Describe the solution you'd like** A clear and concise description of what you...
**Is your feature request related to a problem? Please describe.** E2E testing only covers calendar event source and log trigger. **Describe the solution you'd like** Need more e2e coverage on...
**Is your feature request related to a problem? Please describe.** 1. Default value of a parameter can be specified with a key `value`, it's better to use a key like...