Currently, the webhook sink treats all HTTP-related errors the same as any other retryable changefeed error, with the error being expressed in Flush().
Retry functionality should be added to retry requests based on some configurable behaviour. Remains an open question how we should configure it and what options should be available to the user (retry based on code?)
Epic CRDB-7748