This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Delete Receiver Adapter deployment when sink is not found #1493
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature-request
source/kafka
Kafka source related issue
Problem
Create a kafka source before creating the ksvc(which is the sink), kafka source wont create a deployment, this works as expected. But, after succesful reconciliation of kafka source, if ksvc is deleted, kafka source status goes to false, but pod is still up, trying to send messages to sink.
In this scenario if we delete the deployment of receiver adapter, it will be reconciled back when the sink is back up.
Persona:
Developer
Exit Criteria
Kafka source adapter deployment is deleted when sink is not found
Additional context (optional)
I tried these step manually and it works fine.
The text was updated successfully, but these errors were encountered: