Skip to content

Drop Kafka Connect health check and draft detection#753

Open
loicgreffier wants to merge 10 commits into
masterfrom
no-health-check
Open

Drop Kafka Connect health check and draft detection#753
loicgreffier wants to merge 10 commits into
masterfrom
no-health-check

Conversation

@loicgreffier

@loicgreffier loicgreffier commented Mar 6, 2026

Copy link
Copy Markdown
Collaborator

@loicgreffier loicgreffier added the enhancement This issue or pull request improves a feature label Mar 6, 2026
@loicgreffier loicgreffier marked this pull request as draft March 24, 2026 09:05
@loicgreffier loicgreffier marked this pull request as ready for review March 29, 2026 01:26
@loicgreffier loicgreffier changed the title Merge Kafka Connect health check with connector synchronization Drop Kafka Connect health check and draft detection Mar 29, 2026
@loicgreffier loicgreffier force-pushed the no-health-check branch 3 times, most recently from af633f1 to ccbd877 Compare March 29, 2026 21:32
@sonarqubecloud

sonarqubecloud Bot commented Apr 1, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
77.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@loicgreffier loicgreffier marked this pull request as draft April 10, 2026 17:50
@loicgreffier loicgreffier marked this pull request as ready for review May 7, 2026 23:31
@loicgreffier loicgreffier force-pushed the no-health-check branch 3 times, most recently from 4202015 to 65524e6 Compare May 27, 2026 14:26
@loicgreffier loicgreffier removed their assignment May 29, 2026
@loicgreffier loicgreffier force-pushed the no-health-check branch 2 times, most recently from f28452b to 651df8d Compare June 1, 2026 10:28
@sonarqubecloud

sonarqubecloud Bot commented Jun 6, 2026

Copy link
Copy Markdown

Comment on lines +145 to +146
connector.getMetadata().setStatus(Resource.Metadata.Status.ofFailed(httpError.getMessage()));
connectorRepository.create(connector);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about marking the connect cluster as failed as well if it has "deleting" status?
When trying to cascade delete connect cluster and a connector deletion fails, the connect cluster stays with "deleting" status even if the cascade deletion failed.

@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement This issue or pull request improves a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Random connection closed before response was received in connector executor

2 participants