You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: