Do not re-create subscription on sequence update #7939
Labels
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 subscription is re-created.
In case of a
KafkaChannel
a new consumer group is created. Thus messages might be dropped.Expected behavior
The subscription is updated in-place rather than re-created.
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 second subscription is re-created.
Knative release version
Knative 1.13 and below. Most likely 1.14 is affected as well.
The text was updated successfully, but these errors were encountered: