Cleanup connector status handling
Opened this issue · 0 comments
kamilczaja commented
Enhancement
Description
Due to the integration of the catalog, connector status handling is more convoluted than it needs to be. We have currently two columns in the DB, for connector statuses and for CaaS. This was needed because we fetched connector statuses from the Broker. Now the status handling is more complex than it needs to because the Broker as a component does not exist anymore.
The goal here is to cleanup the code to reduce unneeded complexity