Connector tab fails to open when a connector is in restarting state #238
Labels
area/connect
Kafka Connect, its connectors
scope/backend
Related to backend changes
status/blocked
Further development process is blocked by something. Prevents merging for PRs.
status/triage/completed
Automatic triage completed
type/bug
Something isn't working
Milestone
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
"JSON decoding error: Cannot construct instance of
io.kafbat.ui.connect.model.ConnectorStatusConnector$StateEnum
, problem: Unexpected value 'RESTARTING'"Connector tab fails to open when a connector is in restarting state
/api/clusters/<cluster-name>/connectors
returns HTTP 500 with above errorExpected behavior
Allow connectors in Restarting state
Your installation details
v1.0.0
Steps to reproduce
POST /connectors/{connector-name}/restart
) it make it longer to stuck in restart state and open kafka ui connectors tabaccording to kafka connect restarting seems like a valid state
https://docs.confluent.io/platform/current/connect/references/restapi.html#get--connectors-(string-name)-status
Screenshots
No response
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: