vtereso
vtereso
I also experienced this when attempting to use `gorilla/websocket` to connect to the endpoint, but when I used the `golang.org/x/net/websocket` instead, it worked as intended. Not sure what other libraries...
We could potentially add a body field (with the above params) to `EventListener`s, where if detected, the pod would handle that singular "request" and then terminate. However, this would then...
With consideration for https://github.com/tektoncd/triggers/issues/478, I really like the idea of focusing Triggers around the `EventListener` paradigm (listening to events). Polling is a bit different, but for locations that don't have...
### One endpoint for all GitHub events to hit | A way to route traffic to different eventlisteners I suppose it would be possible to send a request to an...
This seems like it could be satisfied with a `TaskRun` that would `kubectl create`/`kubectl apply` a URI? The new `PipelineResource` design allows for arbitrary additions/injections so there might be overlap...
The mount appears to be problematic: `Mounts: []string{"/tmp/local-cassandra:/etc/cassandra"}`. Also, in older versions of gocql, the host lookup needs to be disabled: `DisableInitialHostLookup`.
Should I update the example with these changes?
Looking into it, I only see warnings being raised if these functions do not exit successfully, but do not see why they would be called at the end of execution....
Right, I wasn't familiarized with the entire topology. Looked things over and there is still a fundamental flaw since the exit code at the end of the script gets caught...