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
cp-demo 5.5.1, started up from scratch using ./scripts/start.sh
Confluent Control Center:
Validate script:
➜ ./validate_connectors_running.sh
Connector wikipedia-irc is in RUNNING state
Connector replicate-topic is in RUNNING state
Connector elasticsearch-ksqldb is in RUNNING state
Suggestion
Validate script should also check task status using the .tasks[].state return of the status API
The text was updated successfully, but these errors were encountered:
Agree, a connector with a failed task should not pass ./validate_connectors_running.sh. Suggestion to check task state is excellent.
The screenshot shown above demonstrates a separate & unrelated issue for C3 that a connector with 1 task that is failed should not show "degraded", it should show "failed" (this is tracked in MMA-7995)
cp-demo 5.5.1, started up from scratch using
./scripts/start.sh
Confluent Control Center:
Validate script:
Suggestion
Validate script should also check task status using the
.tasks[].state
return of thestatus
APIThe text was updated successfully, but these errors were encountered: