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

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

Open
0xERR0R opened this issue Sep 23, 2022 · 1 comment

Comments

@0xERR0R
Copy link

0xERR0R commented Sep 23, 2022

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

@Crim
Copy link
Collaborator

Crim commented Sep 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants