Updating subscriptions fails on sequence update #8016
Labels
area/channels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Issues which should be fixed (post-triage)
Describe the bug
If a sequence is updated with a new retry configuration the sequence is not successfully updated.
Expected behavior
The sequence is updated successfully
To Reproduce
Knative Kafka Broker needs to be installed: https://github.com/knative-extensions/eventing-kafka-broker
Create sequence:
The subscriptions should have been created.
Modify the sequence and update the delivery spec on step 2 -> retry: 7 or something
The sequence update fails and when displaying the sequence yaml, the following entry is displayed in the
conditions
blockKnative release version
1.14.3
Additional context
This bug is a followup to #7939. We deployed the 1.14.3 release to a test system and attempted to update a sequence, which is why the reproduction steps are essentially the same as in that report.
The text was updated successfully, but these errors were encountered: