kafka-connect-client icon indicating copy to clipboard operation
kafka-connect-client copied to clipboard

ConnectorStatus.getConnector() should return type-safe object instead of map

Open 0xERR0R opened this issue 3 years ago • 1 comments

Current implementation of ConnectorStatus.getConnector() returns a Map with "state" and "worker_id". It would be handy to get Object with state as enum and worker_id as String. See also TaskStatus

0xERR0R avatar Sep 23 '22 10:09 0xERR0R

that seems reasonable. I'm guessing the structure of that response hasn't really changed much if at all in the connect api.

Crim avatar Sep 23 '22 20:09 Crim