Question: Recommended way to disable an entire source #3277
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
triage/needs-user-input
Issues which are waiting on a response from the reporter
Scenario
We are switching between a live and a standby cluster, where we want the standby to no longer be pulling events off of Kafka - but ideally we don't want to delete every broker / every trigger each time this switch happens
Question
Is there a recommended way to drive a setup where an entire source may need to be disabled or disconnected without causing too much 'churn'? (And ideally while allowing any events already in the system to safely drain and complete)
Additional Info
We're using a Kafka source, and then a number of brokers (10-20) and then per broker we have a number of Triggers (5-10). Deletion/recreation of these triggers etc. each time we switch live and standby would be very awkward (and probably error prone)
The text was updated successfully, but these errors were encountered: