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

Add syntax to show available connector plugins #4623

Closed
rmoff opened this issue Feb 25, 2020 · 5 comments
Closed

Add syntax to show available connector plugins #4623

rmoff opened this issue Feb 25, 2020 · 5 comments
Assignees
Labels
enhancement fix-it-week kafka-connect-integration P0 Denotes must-have for a given milestone streaming-engine Tickets owned by the ksqlDB Streaming Team
Milestone

Comments

@rmoff
Copy link
Member

rmoff commented Feb 25, 2020

ksqlDB should offer an interface to the Connect connector-plugins API, something like SHOW CONNECTOR PLUGINS so that the user can see which ones are installed.

Example use of API:

curl -s localhost:8083/connector-plugins|jq '.[].class'
@rmoff
Copy link
Member Author

rmoff commented Sep 18, 2020

Came up against this again today. The alternative is either exposing 8083 external to the ksqlDB container and relying on the user having curl and jq on their host machine, or installing on them the ksqlDB container - neither of which are great.

Could we get this one on this list maybe @MichaelDrogalis @derekjn, please? :)

@MichaelDrogalis
Copy link
Contributor

Im not sure how hard this would be—it seems simple. Marked as needs-triage to see whether this could be a fix-it-week thing.

@colinhicks colinhicks added streaming-engine Tickets owned by the ksqlDB Streaming Team needs-triage labels Feb 11, 2021
@vcrfxia vcrfxia added P0 Denotes must-have for a given milestone and removed needs-triage labels Feb 16, 2021
@vcrfxia vcrfxia added this to the 0.18.0 milestone Mar 9, 2021
@spena
Copy link
Member

spena commented Mar 29, 2021

The PR is merged and show connector plugins will be available in the next 0.18 release.

@spena spena closed this as completed Mar 29, 2021
@rmoff
Copy link
Member Author

rmoff commented Mar 30, 2021

sweeeet!

@RobertMcCarter
Copy link

Fantastic! Thanks team!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement fix-it-week kafka-connect-integration P0 Denotes must-have for a given milestone streaming-engine Tickets owned by the ksqlDB Streaming Team
Projects
None yet
Development

No branches or pull requests

7 participants