sdk-go
sdk-go copied to clipboard
Cloud Events HTTP Client Read/Write Timeout is Not Configurable
The Read/Write timeout on the http client is hardcoded to the DefaultTimeout
of 10 minutes. This does not transition well to longer running processes, e.g. extending the knative service for a long-running process passed 10 minutes will cause it to continuously fail.