Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup connector status handling #277

Open
kamilczaja opened this issue Aug 20, 2024 · 0 comments
Open

Cleanup connector status handling #277

kamilczaja opened this issue Aug 20, 2024 · 0 comments
Labels
area/backend task/refactor Code needs refactoring

Comments

@kamilczaja
Copy link
Collaborator

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

@kamilczaja kamilczaja added kind/enhancement New feature or request area/backend labels Aug 20, 2024
@SebastianOpriel SebastianOpriel added task/refactor Code needs refactoring and removed kind/enhancement New feature or request labels Sep 23, 2024
richardtreier pushed a commit that referenced this issue Nov 18, 2024
#277)

Bumps io.swagger:swagger-annotations from 1.6.11 to 1.6.12.

---
updated-dependencies:
- dependency-name: io.swagger:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend task/refactor Code needs refactoring
Projects
None yet
Development

No branches or pull requests

2 participants