Closed
Description
Describe the bug
Currently, and in here:
#4359 (comment)
we store two functions which makes it very hard (if not impossible) to determine if delivery functions have differed because the original args are not stored away. This means that for some changes we do not update the delivery options. We should probably store the arguments along for the ride (as well as create the closures) so that we can figure out if things have changed.
Expected behavior
Changes to channel delivery options should be reflected at runtime.
To Reproduce
Steps to reproduce the behavior.
Knative release version
Additional context
Add any other context about the problem here such as proposed priority